Html Css Color HEX #EF3F39 Cinnabar

📋 copy color: '#EF3F39'

red 239 ◦ green 63 ◦ blue 57

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

Shades of Cinnabar #EF3F39

Tints of Cinnabar #EF3F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.88%

R = 66.57%
G = 17.55%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF3F39 (or 0xEF3F39) is known color: Cinnabar. HEX triplet: EF, 3F and 39. RGB value is (239,63,57). Sum of RGB (Red+Green+Blue) = 239+63+57=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F39 is #10C0C6. Grayscale: #737373. Windows color (decimal): -1097927 or 3751919. OLE color: 3751919.

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

Color convert

RGB 239 63 57 -
CMYK 0 0.74 0.76 0.06
HSL 1.98º 0.85% 0.58% -
HSV(B) 1.98º 0.76% 0.94% -
XYZ 38.11 22.2 6.15 -
YUV 114.94 95.31 216.49 -
System Red Green Blue C M Y K H S L
Decimal 239 63 57 0 0.74 0.76 0.06 1.98 0.85 0.58
Hex EF 3F 39 0 4A 4C 6 2 55 3A
Octal 357 77 71 0 112 114 6 2 125 72
Binary 11101111 111111 111001 0 1001010 1001100 110 10 1010101 111010

Color Harmonies of #EF3F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3F39

Black with #EF3F39

Text Example


Text Example

White with #EF3F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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