Html Css Color HEX #EF5035 Cinnabar

📋 copy color: '#EF5035'

red 239 ◦ green 80 ◦ blue 53

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

Shades of Cinnabar #EF5035

Tints of Cinnabar #EF5035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 64.25%
G = 21.51%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF5035 (or 0xEF5035) is known color: Cinnabar. HEX triplet: EF, 50 and 35. RGB value is (239,80,53). Sum of RGB (Red+Green+Blue) = 239+80+53=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5035 is #10AFCA. Grayscale: #7C7C7C. Windows color (decimal): -1093579 or 3494127. OLE color: 3494127.

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

Color convert

RGB 239 80 53 -
CMYK 0 0.67 0.78 0.06
HSL 8.71º 0.85% 0.57% -
HSV(B) 8.71º 0.78% 0.94% -
XYZ 39.11 24.35 6.01 -
YUV 124.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 239 80 53 0 0.67 0.78 0.06 8.71 0.85 0.57
Hex EF 50 35 0 43 4E 6 9 55 39
Octal 357 120 65 0 103 116 6 11 125 71
Binary 11101111 1010000 110101 0 1000011 1001110 110 1001 1010101 111001

Color Harmonies of #EF5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5035

Black with #EF5035

Text Example


Text Example

White with #EF5035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5035; }

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

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

background-color css

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

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

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

border-color css

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

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

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