Html Css Color HEX #EF502A Cinnabar

📋 copy color: '#EF502A'

red 239 ◦ green 80 ◦ blue 42

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

Shades of Cinnabar #EF502A

Tints of Cinnabar #EF502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 66.2%
G = 22.16%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF502A (or 0xEF502A) is known color: Cinnabar. HEX triplet: EF, 50 and 2A. RGB value is (239,80,42). Sum of RGB (Red+Green+Blue) = 239+80+42=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF502A is #10AFD5. Grayscale: #7B7B7B. Windows color (decimal): -1093590 or 2773231. OLE color: 2773231.

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

Color convert

RGB 239 80 42 -
CMYK 0 0.67 0.82 0.06
HSL 11.57º 0.86% 0.55% -
HSV(B) 11.57º 0.82% 0.94% -
XYZ 38.88 24.26 4.82 -
YUV 123.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 239 80 42 0 0.67 0.82 0.06 11.57 0.86 0.55
Hex EF 50 2A 0 43 52 6 C 56 37
Octal 357 120 52 0 103 122 6 14 126 67
Binary 11101111 1010000 101010 0 1000011 1010010 110 1100 1010110 110111

Color Harmonies of #EF502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF502A

Black with #EF502A

Text Example


Text Example

White with #EF502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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