Html Css Color HEX #EF301D Cinnabar

📋 copy color: '#EF301D'

red 239 ◦ green 48 ◦ blue 29

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

Shades of Cinnabar #EF301D

Tints of Cinnabar #EF301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 75.63%
G = 15.19%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF301D (or 0xEF301D) is known color: Cinnabar. HEX triplet: EF, 30 and 1D. RGB value is (239,48,29). Sum of RGB (Red+Green+Blue) = 239+48+29=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF301D is #10CFE2. Grayscale: #676767. Windows color (decimal): -1101795 or 1913071. OLE color: 1913071.

HSL color Cylindrical-coordinate representation of color #EF301D: hue angle of 5.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF301D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 29 -
CMYK 0 0.80 0.88 0.06
HSL 5.43º 0.87% 0.53% -
HSV(B) 5.43º 0.88% 0.94% -
XYZ 36.88 20.55 3.19 -
YUV 102.94 86.28 225.04 -
System Red Green Blue C M Y K H S L
Decimal 239 48 29 0 0.80 0.88 0.06 5.43 0.87 0.53
Hex EF 30 1D 0 50 58 6 5 57 35
Octal 357 60 35 0 120 130 6 5 127 65
Binary 11101111 110000 11101 0 1010000 1011000 110 101 1010111 110101

Color Harmonies of #EF301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF301D

Black with #EF301D

Text Example


Text Example

White with #EF301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF301D; }

 p { color: rgb(239,48,29); }

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

background-color css

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

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

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

border-color css

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

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

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