Html Css Color HEX #EF421A Cinnabar

📋 copy color: '#EF421A'

red 239 ◦ green 66 ◦ blue 26

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

Shades of Cinnabar #EF421A

Tints of Cinnabar #EF421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 72.21%
G = 19.94%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF421A (or 0xEF421A) is known color: Cinnabar. HEX triplet: EF, 42 and 1A. RGB value is (239,66,26). Sum of RGB (Red+Green+Blue) = 239+66+26=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF421A is #10BDE5. Grayscale: #717171. Windows color (decimal): -1097190 or 1721071. OLE color: 1721071.

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

Color convert

RGB 239 66 26 -
CMYK 0 0.72 0.89 0.06
HSL 11.27º 0.87% 0.52% -
HSV(B) 11.27º 0.89% 0.94% -
XYZ 37.73 22.32 3.3 -
YUV 113.17 78.81 217.75 -
System Red Green Blue C M Y K H S L
Decimal 239 66 26 0 0.72 0.89 0.06 11.27 0.87 0.52
Hex EF 42 1A 0 48 59 6 B 57 34
Octal 357 102 32 0 110 131 6 13 127 64
Binary 11101111 1000010 11010 0 1001000 1011001 110 1011 1010111 110100

Color Harmonies of #EF421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF421A

Black with #EF421A

Text Example


Text Example

White with #EF421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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