Html Css Color HEX #F03928 Cinnabar

📋 copy color: '#F03928'

red 240 ◦ green 57 ◦ blue 40

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

Shades of Cinnabar #F03928

Tints of Cinnabar #F03928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

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

R = 71.22%
G = 16.91%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03928 (or 0xF03928) is known color: Cinnabar. HEX triplet: F0, 39 and 28. RGB value is (240,57,40). Sum of RGB (Red+Green+Blue) = 240+57+40=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F03928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03928 is #0FC6D7. Grayscale: #6E6E6E. Windows color (decimal): -1033944 or 2636272. OLE color: 2636272.

HSL color Cylindrical-coordinate representation of color #F03928: hue angle of 5.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F03928 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 40 -
CMYK 0 0.76 0.83 0.06
HSL 5.1º 0.87% 0.55% -
HSV(B) 5.1º 0.83% 0.94% -
XYZ 37.78 21.6 4.19 -
YUV 109.78 88.63 220.88 -
System Red Green Blue C M Y K H S L
Decimal 240 57 40 0 0.76 0.83 0.06 5.1 0.87 0.55
Hex F0 39 28 0 4C 53 6 5 57 37
Octal 360 71 50 0 114 123 6 5 127 67
Binary 11110000 111001 101000 0 1001100 1010011 110 101 1010111 110111

Color Harmonies of #F03928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03928

Black with #F03928

Text Example


Text Example

White with #F03928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03928; }

 p { color: rgb(240,57,40); }

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

background-color css

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

 a { background-color: rgb(240,57,40); }

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

border-color css

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

 span { border-color: rgb(240,57,40); }

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