Html Css Color HEX #F04632 Cinnabar

📋 copy color: '#F04632'

red 240 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #F04632

Tints of Cinnabar #F04632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

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

R = 66.67%
G = 19.44%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F04632 (or 0xF04632) is known color: Cinnabar. HEX triplet: F0, 46 and 32. RGB value is (240,70,50). Sum of RGB (Red+Green+Blue) = 240+70+50=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F04632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04632 is #0FB9CD. Grayscale: #767676. Windows color (decimal): -1030606 or 3294960. OLE color: 3294960.

HSL color Cylindrical-coordinate representation of color #F04632: hue angle of 6.32º 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 #F04632 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 50 -
CMYK 0 0.71 0.79 0.06
HSL 6.32º 0.86% 0.57% -
HSV(B) 6.32º 0.79% 0.94% -
XYZ 38.7 23.14 5.44 -
YUV 118.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 240 70 50 0 0.71 0.79 0.06 6.32 0.86 0.57
Hex F0 46 32 0 47 4F 6 6 56 39
Octal 360 106 62 0 107 117 6 6 126 71
Binary 11110000 1000110 110010 0 1000111 1001111 110 110 1010110 111001

Color Harmonies of #F04632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04632

Black with #F04632

Text Example


Text Example

White with #F04632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04632; }

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

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

background-color css

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

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

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

border-color css

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

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

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