Html Css Color HEX #F03726 Cinnabar

📋 copy color: '#F03726'

red 240 ◦ green 55 ◦ blue 38

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

Shades of Cinnabar #F03726

Tints of Cinnabar #F03726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 38 (15.23% from 255) = 11.41%

R = 72.07%
G = 16.52%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F03726 (or 0xF03726) is known color: Cinnabar. HEX triplet: F0, 37 and 26. RGB value is (240,55,38). Sum of RGB (Red+Green+Blue) = 240+55+38=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F03726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03726 is #0FC8D9. Grayscale: #6C6C6C. Windows color (decimal): -1034458 or 2504688. OLE color: 2504688.

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

Color convert

RGB 240 55 38 -
CMYK 0 0.77 0.84 0.06
HSL 5.05º 0.87% 0.55% -
HSV(B) 5.05º 0.84% 0.94% -
XYZ 37.65 21.4 3.98 -
YUV 108.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 240 55 38 0 0.77 0.84 0.06 5.05 0.87 0.55
Hex F0 37 26 0 4D 54 6 5 57 37
Octal 360 67 46 0 115 124 6 5 127 67
Binary 11110000 110111 100110 0 1001101 1010100 110 101 1010111 110111

Color Harmonies of #F03726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03726

Black with #F03726

Text Example


Text Example

White with #F03726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03726; }

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

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

background-color css

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

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

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

border-color css

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

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

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