Html Css Color HEX #EF421D Cinnabar

📋 copy color: '#EF421D'

red 239 ◦ green 66 ◦ blue 29

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

Shades of Cinnabar #EF421D

Tints of Cinnabar #EF421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

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

R = 71.56%
G = 19.76%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF421D (or 0xEF421D) is known color: Cinnabar. HEX triplet: EF, 42 and 1D. RGB value is (239,66,29). Sum of RGB (Red+Green+Blue) = 239+66+29=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF421D is #10BDE2. Grayscale: #717171. Windows color (decimal): -1097187 or 1917679. OLE color: 1917679.

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

Color convert

RGB 239 66 29 -
CMYK 0 0.72 0.88 0.06
HSL 10.57º 0.87% 0.53% -
HSV(B) 10.57º 0.88% 0.94% -
XYZ 37.77 22.34 3.48 -
YUV 113.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 239 66 29 0 0.72 0.88 0.06 10.57 0.87 0.53
Hex EF 42 1D 0 48 58 6 B 57 35
Octal 357 102 35 0 110 130 6 13 127 65
Binary 11101111 1000010 11101 0 1001000 1011000 110 1011 1010111 110101

Color Harmonies of #EF421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF421D

Black with #EF421D

Text Example


Text Example

White with #EF421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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