Html Css Color HEX #EF3F1D Cinnabar

📋 copy color: '#EF3F1D'

red 239 ◦ green 63 ◦ blue 29

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

Shades of Cinnabar #EF3F1D

Tints of Cinnabar #EF3F1D

RGB

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

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

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

R = 72.21%
G = 19.03%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF3F1D (or 0xEF3F1D) is known color: Cinnabar. HEX triplet: EF, 3F and 1D. RGB value is (239,63,29). Sum of RGB (Red+Green+Blue) = 239+63+29=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F1D is #10C0E2. Grayscale: #707070. Windows color (decimal): -1097955 or 1916911. OLE color: 1916911.

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

Color convert

RGB 239 63 29 -
CMYK 0 0.74 0.88 0.06
HSL 9.71º 0.87% 0.53% -
HSV(B) 9.71º 0.88% 0.94% -
XYZ 37.6 21.99 3.43 -
YUV 111.75 81.31 218.76 -
System Red Green Blue C M Y K H S L
Decimal 239 63 29 0 0.74 0.88 0.06 9.71 0.87 0.53
Hex EF 3F 1D 0 4A 58 6 A 57 35
Octal 357 77 35 0 112 130 6 12 127 65
Binary 11101111 111111 11101 0 1001010 1011000 110 1010 1010111 110101

Color Harmonies of #EF3F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3F1D

Black with #EF3F1D

Text Example


Text Example

White with #EF3F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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