Html Css Color HEX #EF421F Cinnabar

📋 copy color: '#EF421F'

red 239 ◦ green 66 ◦ blue 31

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

Shades of Cinnabar #EF421F

Tints of Cinnabar #EF421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 71.13%
G = 19.64%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF421F (or 0xEF421F) is known color: Cinnabar. HEX triplet: EF, 42 and 1F. RGB value is (239,66,31). Sum of RGB (Red+Green+Blue) = 239+66+31=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF421F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF421F is #10BDE0. Grayscale: #727272. Windows color (decimal): -1097185 or 2048751. OLE color: 2048751.

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

Color convert

RGB 239 66 31 -
CMYK 0 0.72 0.87 0.06
HSL 10.1º 0.87% 0.53% -
HSV(B) 10.1º 0.87% 0.94% -
XYZ 37.79 22.35 3.62 -
YUV 113.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 239 66 31 0 0.72 0.87 0.06 10.1 0.87 0.53
Hex EF 42 1F 0 48 57 6 A 57 35
Octal 357 102 37 0 110 127 6 12 127 65
Binary 11101111 1000010 11111 0 1001000 1010111 110 1010 1010111 110101

Color Harmonies of #EF421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF421F

Black with #EF421F

Text Example


Text Example

White with #EF421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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