Html Css Color HEX #F03A34 Cinnabar

📋 copy color: '#F03A34'

red 240 ◦ green 58 ◦ blue 52

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

Shades of Cinnabar #F03A34

Tints of Cinnabar #F03A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 68.57%
G = 16.57%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03A34 (or 0xF03A34) is known color: Cinnabar. HEX triplet: F0, 3A and 34. RGB value is (240,58,52). Sum of RGB (Red+Green+Blue) = 240+58+52=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A34 is #0FC5CB. Grayscale: #6F6F6F. Windows color (decimal): -1033676 or 3422960. OLE color: 3422960.

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

Color convert

RGB 240 58 52 -
CMYK 0 0.76 0.78 0.06
HSL 1.91º 0.86% 0.57% -
HSV(B) 1.91º 0.78% 0.94% -
XYZ 38.07 21.8 5.45 -
YUV 111.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 240 58 52 0 0.76 0.78 0.06 1.91 0.86 0.57
Hex F0 3A 34 0 4C 4E 6 2 56 39
Octal 360 72 64 0 114 116 6 2 126 71
Binary 11110000 111010 110100 0 1001100 1001110 110 10 1010110 111001

Color Harmonies of #F03A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A34

Black with #F03A34

Text Example


Text Example

White with #F03A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A34; }

 p { color: rgb(240,58,52); }

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

background-color css

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

 a { background-color: rgb(240,58,52); }

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

border-color css

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

 span { border-color: rgb(240,58,52); }

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