Html Css Color HEX #EF3A1C Cinnabar

📋 copy color: '#EF3A1C'

red 239 ◦ green 58 ◦ blue 28

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

Shades of Cinnabar #EF3A1C

Tints of Cinnabar #EF3A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 73.54%
G = 17.85%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF3A1C (or 0xEF3A1C) is known color: Cinnabar. HEX triplet: EF, 3A and 1C. RGB value is (239,58,28). Sum of RGB (Red+Green+Blue) = 239+58+28=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A1C is #10C5E3. Grayscale: #6D6D6D. Windows color (decimal): -1099236 or 1850095. OLE color: 1850095.

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

Color convert

RGB 239 58 28 -
CMYK 0 0.76 0.88 0.06
HSL 8.53º 0.87% 0.52% -
HSV(B) 8.53º 0.88% 0.94% -
XYZ 37.32 21.46 3.27 -
YUV 108.7 82.47 220.94 -
System Red Green Blue C M Y K H S L
Decimal 239 58 28 0 0.76 0.88 0.06 8.53 0.87 0.52
Hex EF 3A 1C 0 4C 58 6 9 57 34
Octal 357 72 34 0 114 130 6 11 127 64
Binary 11101111 111010 11100 0 1001100 1011000 110 1001 1010111 110100

Color Harmonies of #EF3A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3A1C

Black with #EF3A1C

Text Example


Text Example

White with #EF3A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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