Html Css Color HEX #EF3C2A Cinnabar

📋 copy color: '#EF3C2A'

red 239 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #EF3C2A

Tints of Cinnabar #EF3C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 70.09%
G = 17.6%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF3C2A (or 0xEF3C2A) is known color: Cinnabar. HEX triplet: EF, 3C and 2A. RGB value is (239,60,42). Sum of RGB (Red+Green+Blue) = 239+60+42=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C2A is #10C3D5. Grayscale: #6F6F6F. Windows color (decimal): -1098710 or 2768111. OLE color: 2768111.

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

Color convert

RGB 239 60 42 -
CMYK 0 0.75 0.82 0.06
HSL 5.48º 0.86% 0.55% -
HSV(B) 5.48º 0.82% 0.94% -
XYZ 37.63 21.75 4.41 -
YUV 111.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 239 60 42 0 0.75 0.82 0.06 5.48 0.86 0.55
Hex EF 3C 2A 0 4B 52 6 5 56 37
Octal 357 74 52 0 113 122 6 5 126 67
Binary 11101111 111100 101010 0 1001011 1010010 110 101 1010110 110111

Color Harmonies of #EF3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C2A

Black with #EF3C2A

Text Example


Text Example

White with #EF3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C2A; }

 p { color: rgb(239,60,42); }

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

background-color css

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

 a { background-color: rgb(239,60,42); }

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

border-color css

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

 span { border-color: rgb(239,60,42); }

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