Html Css Color HEX #EF3C1C Cinnabar

📋 copy color: '#EF3C1C'

red 239 ◦ green 60 ◦ blue 28

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

Shades of Cinnabar #EF3C1C

Tints of Cinnabar #EF3C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 73.09%
G = 18.35%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF3C1C (or 0xEF3C1C) is known color: Cinnabar. HEX triplet: EF, 3C and 1C. RGB value is (239,60,28). Sum of RGB (Red+Green+Blue) = 239+60+28=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C1C is #10C3E3. Grayscale: #6E6E6E. Windows color (decimal): -1098724 or 1850607. OLE color: 1850607.

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

Color convert

RGB 239 60 28 -
CMYK 0 0.75 0.88 0.06
HSL 9.1º 0.87% 0.52% -
HSV(B) 9.1º 0.88% 0.94% -
XYZ 37.42 21.67 3.31 -
YUV 109.87 81.8 220.1 -
System Red Green Blue C M Y K H S L
Decimal 239 60 28 0 0.75 0.88 0.06 9.1 0.87 0.52
Hex EF 3C 1C 0 4B 58 6 9 57 34
Octal 357 74 34 0 113 130 6 11 127 64
Binary 11101111 111100 11100 0 1001011 1011000 110 1001 1010111 110100

Color Harmonies of #EF3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C1C

Black with #EF3C1C

Text Example


Text Example

White with #EF3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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