Html Css Color HEX #EF3535 Cinnabar

📋 copy color: '#EF3535'

red 239 ◦ green 53 ◦ blue 53

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

Shades of Cinnabar #EF3535

Tints of Cinnabar #EF3535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

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

R = 69.28%
G = 15.36%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF3535 (or 0xEF3535) is known color: Cinnabar. HEX triplet: EF, 35 and 35. RGB value is (239,53,53). Sum of RGB (Red+Green+Blue) = 239+53+53=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3535 is #10CACA. Grayscale: #6C6C6C. Windows color (decimal): -1100491 or 3487215. OLE color: 3487215.

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

Color convert

RGB 239 53 53 -
CMYK 0 0.78 0.78 0.06
HSL 0.85% 0.57% -
HSV(B) 0.78% 0.94% -
XYZ 37.51 21.15 5.47 -
YUV 108.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 239 53 53 0 0.78 0.78 0.06 0 0.85 0.57
Hex EF 35 35 0 4E 4E 6 0 55 39
Octal 357 65 65 0 116 116 6 0 125 71
Binary 11101111 110101 110101 0 1001110 1001110 110 0 1010101 111001

Color Harmonies of #EF3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3535

Black with #EF3535

Text Example


Text Example

White with #EF3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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