Html Css Color HEX #F15032 Cinnabar

📋 copy color: '#F15032'

red 241 ◦ green 80 ◦ blue 50

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

Shades of Cinnabar #F15032

Tints of Cinnabar #F15032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 64.96%
G = 21.56%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F15032 (or 0xF15032) is known color: Cinnabar. HEX triplet: F1, 50 and 32. RGB value is (241,80,50). Sum of RGB (Red+Green+Blue) = 241+80+50=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F15032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15032 is #0EAFCD. Grayscale: #7D7D7D. Windows color (decimal): -962510 or 3297521. OLE color: 3297521.

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

Color convert

RGB 241 80 50 -
CMYK 0 0.67 0.79 0.05
HSL 9.42º 0.87% 0.57% -
HSV(B) 9.42º 0.79% 0.95% -
XYZ 39.72 24.67 5.69 -
YUV 124.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 241 80 50 0 0.67 0.79 0.05 9.42 0.87 0.57
Hex F1 50 32 0 43 4F 5 9 57 39
Octal 361 120 62 0 103 117 5 11 127 71
Binary 11110001 1010000 110010 0 1000011 1001111 101 1001 1010111 111001

Color Harmonies of #F15032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15032

Black with #F15032

Text Example


Text Example

White with #F15032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15032; }

 p { color: rgb(241,80,50); }

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

background-color css

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

 a { background-color: rgb(241,80,50); }

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

border-color css

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

 span { border-color: rgb(241,80,50); }

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