Html Css Color HEX #EF3C35 Cinnabar

📋 copy color: '#EF3C35'

red 239 ◦ green 60 ◦ blue 53

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

Shades of Cinnabar #EF3C35

Tints of Cinnabar #EF3C35

RGB

 RED value IS 239 (93.75% from 255) = 67.9%

 GREEN value IS 60 (23.83% from 255) = 17.05%

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

R = 67.9%
G = 17.05%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF3C35 (or 0xEF3C35) is known color: Cinnabar. HEX triplet: EF, 3C and 35. RGB value is (239,60,53). Sum of RGB (Red+Green+Blue) = 239+60+53=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C35 is #10C3CA. Grayscale: #707070. Windows color (decimal): -1098699 or 3489007. OLE color: 3489007.

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

Color convert

RGB 239 60 53 -
CMYK 0 0.75 0.78 0.06
HSL 2.26º 0.85% 0.57% -
HSV(B) 2.26º 0.78% 0.94% -
XYZ 37.86 21.84 5.59 -
YUV 112.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 239 60 53 0 0.75 0.78 0.06 2.26 0.85 0.57
Hex EF 3C 35 0 4B 4E 6 2 55 39
Octal 357 74 65 0 113 116 6 2 125 71
Binary 11101111 111100 110101 0 1001011 1001110 110 10 1010101 111001

Color Harmonies of #EF3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C35

Black with #EF3C35

Text Example


Text Example

White with #EF3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C35; }

 p { color: rgb(239,60,53); }

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

background-color css

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

 a { background-color: rgb(239,60,53); }

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

border-color css

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

 span { border-color: rgb(239,60,53); }

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