Html Css Color HEX #F04238 Cinnabar

📋 copy color: '#F04238'

red 240 ◦ green 66 ◦ blue 56

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

Shades of Cinnabar #F04238

Tints of Cinnabar #F04238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 56 (22.27% from 255) = 15.47%

R = 66.3%
G = 18.23%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F04238 (or 0xF04238) is known color: Cinnabar. HEX triplet: F0, 42 and 38. RGB value is (240,66,56). Sum of RGB (Red+Green+Blue) = 240+66+56=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F04238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04238 is #0FBDC7. Grayscale: #757575. Windows color (decimal): -1031624 or 3687152. OLE color: 3687152.

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

Color convert

RGB 240 66 56 -
CMYK 0 0.72 0.77 0.06
HSL 3.26º 0.86% 0.58% -
HSV(B) 3.26º 0.77% 0.94% -
XYZ 38.6 22.71 6.09 -
YUV 116.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 240 66 56 0 0.72 0.77 0.06 3.26 0.86 0.58
Hex F0 42 38 0 48 4D 6 3 56 3A
Octal 360 102 70 0 110 115 6 3 126 72
Binary 11110000 1000010 111000 0 1001000 1001101 110 11 1010110 111010

Color Harmonies of #F04238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04238

Black with #F04238

Text Example


Text Example

White with #F04238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04238; }

 p { color: rgb(240,66,56); }

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

background-color css

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

 a { background-color: rgb(240,66,56); }

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

border-color css

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

 span { border-color: rgb(240,66,56); }

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