Html Css Color HEX #EB3C17 Cinnabar

📋 copy color: '#EB3C17'

red 235 ◦ green 60 ◦ blue 23

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

Shades of Cinnabar #EB3C17

Tints of Cinnabar #EB3C17

RGB

 RED value IS 235 (92.19% from 255) = 73.9%

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

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 73.9%
G = 18.87%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB3C17 (or 0xEB3C17) is known color: Cinnabar. HEX triplet: EB, 3C and 17. RGB value is (235,60,23). Sum of RGB (Red+Green+Blue) = 235+60+23=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C17 is #14C3E8. Grayscale: #6C6C6C. Windows color (decimal): -1360873 or 1522923. OLE color: 1522923.

HSL color Cylindrical-coordinate representation of color #EB3C17: hue angle of 10.47º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB3C17 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 60 23 -
CMYK 0 0.74 0.90 0.08
HSL 10.47º 0.84% 0.51% -
HSV(B) 10.47º 0.9% 0.92% -
XYZ 36.03 20.96 2.96 -
YUV 108.11 79.98 218.51 -
System Red Green Blue C M Y K H S L
Decimal 235 60 23 0 0.74 0.90 0.08 10.47 0.84 0.51
Hex EB 3C 17 0 4A 5A 8 A 54 33
Octal 353 74 27 0 112 132 10 12 124 63
Binary 11101011 111100 10111 0 1001010 1011010 1000 1010 1010100 110011

Color Harmonies of #EB3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C17

Black with #EB3C17

Text Example


Text Example

White with #EB3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C17; }

 p { color: rgb(235,60,23); }

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

background-color css

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

 a { background-color: rgb(235,60,23); }

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

border-color css

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

 span { border-color: rgb(235,60,23); }

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