Html Css Color HEX #F13328 Red Orange

📋 copy color: '#F13328'

red 241 ◦ green 51 ◦ blue 40

#F13328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #F13328

Tints of Red Orange #F13328

RGB

 RED value IS 241 (94.53% from 255) = 72.59%

 GREEN value IS 51 (20.31% from 255) = 15.36%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 72.59%
G = 15.36%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F13328 (or 0xF13328) is known color: Red Orange. HEX triplet: F1, 33 and 28. RGB value is (241,51,40). Sum of RGB (Red+Green+Blue) = 241+51+40=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F13328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13328 is #0ECCD7. Grayscale: #6A6A6A. Windows color (decimal): -969944 or 2634737. OLE color: 2634737.

HSL color Cylindrical-coordinate representation of color #F13328: hue angle of 3.28º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F13328 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 51 40 -
CMYK 0 0.79 0.83 0.05
HSL 3.28º 0.88% 0.55% -
HSV(B) 3.28º 0.83% 0.95% -
XYZ 37.84 21.22 4.11 -
YUV 106.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 241 51 40 0 0.79 0.83 0.05 3.28 0.88 0.55
Hex F1 33 28 0 4F 53 5 3 58 37
Octal 361 63 50 0 117 123 5 3 130 67
Binary 11110001 110011 101000 0 1001111 1010011 101 11 1011000 110111

Color Harmonies of #F13328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13328

Black with #F13328

Text Example


Text Example

White with #F13328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13328; }

 p { color: rgb(241,51,40); }

 H1.HeaderClassName
 {
   color: #F13328;
 }
 .AnyTagClassName
 {
   color: #F13328;
 }
</style>

background-color css

<style>
 a { background-color: #F13328; }

 a { background-color: rgb(241,51,40); }

 div.DivClassName
 {
   background-color: #F13328;
 }
 .BgClassName
 {
   background-color: #F13328;
 }
</style>

border-color css

<style>
 span { border-color: #F13328; }

 span { border-color: rgb(241,51,40); }

 td.TdClassName
 {
   border-color: #F13328;
 }
 .TagClassName
 {
   border-color: #F13328;
 }
</style>