Html Css Color HEX #F03A35 Cinnabar

📋 copy color: '#F03A35'

red 240 ◦ green 58 ◦ blue 53

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

Shades of Cinnabar #F03A35

Tints of Cinnabar #F03A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 68.38%
G = 16.52%
B = 15.1%

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

#F03A35 (or 0xF03A35) is known color: Cinnabar. HEX triplet: F0, 3A and 35. RGB value is (240,58,53). Sum of RGB (Red+Green+Blue) = 240+58+53=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A35 is #0FC5CA. Grayscale: #707070. Windows color (decimal): -1033675 or 3488496. OLE color: 3488496.

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

Color convert

RGB 240 58 53 -
CMYK 0 0.76 0.78 0.06
HSL 1.6º 0.86% 0.57% -
HSV(B) 1.6º 0.78% 0.94% -
XYZ 38.09 21.81 5.57 -
YUV 111.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 240 58 53 0 0.76 0.78 0.06 1.6 0.86 0.57
Hex F0 3A 35 0 4C 4E 6 2 56 39
Octal 360 72 65 0 114 116 6 2 126 71
Binary 11110000 111010 110101 0 1001100 1001110 110 10 1010110 111001

Color Harmonies of #F03A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A35

Black with #F03A35

Text Example


Text Example

White with #F03A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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