Html Css Color HEX #F04432 Cinnabar

📋 copy color: '#F04432'

red 240 ◦ green 68 ◦ blue 50

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

Shades of Cinnabar #F04432

Tints of Cinnabar #F04432

RGB

 RED value IS 240 (94.14% from 255) = 67.04%

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 67.04%
G = 18.99%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F04432 (or 0xF04432) is known color: Cinnabar. HEX triplet: F0, 44 and 32. RGB value is (240,68,50). Sum of RGB (Red+Green+Blue) = 240+68+50=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F04432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04432 is #0FBBCD. Grayscale: #757575. Windows color (decimal): -1031118 or 3294448. OLE color: 3294448.

HSL color Cylindrical-coordinate representation of color #F04432: hue angle of 5.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F04432 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 68 50 -
CMYK 0 0.72 0.79 0.06
HSL 5.68º 0.86% 0.57% -
HSV(B) 5.68º 0.79% 0.94% -
XYZ 38.58 22.89 5.4 -
YUV 117.38 89.98 215.46 -
System Red Green Blue C M Y K H S L
Decimal 240 68 50 0 0.72 0.79 0.06 5.68 0.86 0.57
Hex F0 44 32 0 48 4F 6 6 56 39
Octal 360 104 62 0 110 117 6 6 126 71
Binary 11110000 1000100 110010 0 1001000 1001111 110 110 1010110 111001

Color Harmonies of #F04432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04432

Black with #F04432

Text Example


Text Example

White with #F04432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04432; }

 p { color: rgb(240,68,50); }

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

background-color css

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

 a { background-color: rgb(240,68,50); }

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

border-color css

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

 span { border-color: rgb(240,68,50); }

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