Html Css Color HEX #F03828 Cinnabar

📋 copy color: '#F03828'

red 240 ◦ green 56 ◦ blue 40

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

Shades of Cinnabar #F03828

Tints of Cinnabar #F03828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

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

R = 71.43%
G = 16.67%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03828 (or 0xF03828) is known color: Cinnabar. HEX triplet: F0, 38 and 28. RGB value is (240,56,40). Sum of RGB (Red+Green+Blue) = 240+56+40=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F03828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03828 is #0FC7D7. Grayscale: #6D6D6D. Windows color (decimal): -1034200 or 2636016. OLE color: 2636016.

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

Color convert

RGB 240 56 40 -
CMYK 0 0.77 0.83 0.06
HSL 4.8º 0.87% 0.55% -
HSV(B) 4.8º 0.83% 0.94% -
XYZ 37.73 21.51 4.17 -
YUV 109.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 240 56 40 0 0.77 0.83 0.06 4.8 0.87 0.55
Hex F0 38 28 0 4D 53 6 5 57 37
Octal 360 70 50 0 115 123 6 5 127 67
Binary 11110000 111000 101000 0 1001101 1010011 110 101 1010111 110111

Color Harmonies of #F03828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03828

Black with #F03828

Text Example


Text Example

White with #F03828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03828; }

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

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

background-color css

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

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

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

border-color css

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

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

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