Html Css Color HEX #F03D37 Cinnabar

📋 copy color: '#F03D37'

red 240 ◦ green 61 ◦ blue 55

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

Shades of Cinnabar #F03D37

Tints of Cinnabar #F03D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

 BLUE value IS 55 (21.88% from 255) = 15.45%

R = 67.42%
G = 17.13%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F03D37 (or 0xF03D37) is known color: Cinnabar. HEX triplet: F0, 3D and 37. RGB value is (240,61,55). Sum of RGB (Red+Green+Blue) = 240+61+55=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D37 is #0FC2C8. Grayscale: #727272. Windows color (decimal): -1032905 or 3620336. OLE color: 3620336.

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

Color convert

RGB 240 61 55 -
CMYK 0 0.75 0.77 0.06
HSL 1.95º 0.86% 0.58% -
HSV(B) 1.95º 0.77% 0.94% -
XYZ 38.29 22.14 5.87 -
YUV 113.84 94.8 217.99 -
System Red Green Blue C M Y K H S L
Decimal 240 61 55 0 0.75 0.77 0.06 1.95 0.86 0.58
Hex F0 3D 37 0 4B 4D 6 2 56 3A
Octal 360 75 67 0 113 115 6 2 126 72
Binary 11110000 111101 110111 0 1001011 1001101 110 10 1010110 111010

Color Harmonies of #F03D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D37

Black with #F03D37

Text Example


Text Example

White with #F03D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D37; }

 p { color: rgb(240,61,55); }

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

background-color css

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

 a { background-color: rgb(240,61,55); }

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

border-color css

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

 span { border-color: rgb(240,61,55); }

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