Html Css Color HEX #EF3F21 Cinnabar

📋 copy color: '#EF3F21'

red 239 ◦ green 63 ◦ blue 33

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

Shades of Cinnabar #EF3F21

Tints of Cinnabar #EF3F21

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 71.34%
G = 18.81%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF3F21 (or 0xEF3F21) is known color: Cinnabar. HEX triplet: EF, 3F and 21. RGB value is (239,63,33). Sum of RGB (Red+Green+Blue) = 239+63+33=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F21 is #10C0DE. Grayscale: #707070. Windows color (decimal): -1097951 or 2179055. OLE color: 2179055.

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

Color convert

RGB 239 63 33 -
CMYK 0 0.74 0.86 0.06
HSL 8.74º 0.87% 0.53% -
HSV(B) 8.74º 0.86% 0.94% -
XYZ 37.65 22.02 3.7 -
YUV 112.2 83.31 218.44 -
System Red Green Blue C M Y K H S L
Decimal 239 63 33 0 0.74 0.86 0.06 8.74 0.87 0.53
Hex EF 3F 21 0 4A 56 6 9 57 35
Octal 357 77 41 0 112 126 6 11 127 65
Binary 11101111 111111 100001 0 1001010 1010110 110 1001 1010111 110101

Color Harmonies of #EF3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3F21

Black with #EF3F21

Text Example


Text Example

White with #EF3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3F21; }

 p { color: rgb(239,63,33); }

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

background-color css

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

 a { background-color: rgb(239,63,33); }

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

border-color css

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

 span { border-color: rgb(239,63,33); }

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