Html Css Color HEX #EB3A17 Cinnabar

📋 copy color: '#EB3A17'

red 235 ◦ green 58 ◦ blue 23

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

Shades of Cinnabar #EB3A17

Tints of Cinnabar #EB3A17

RGB

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

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

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

R = 74.37%
G = 18.35%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB3A17 (or 0xEB3A17) is known color: Cinnabar. HEX triplet: EB, 3A and 17. RGB value is (235,58,23). Sum of RGB (Red+Green+Blue) = 235+58+23=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3A17 is #14C5E8. Grayscale: #6B6B6B. Windows color (decimal): -1361385 or 1522411. OLE color: 1522411.

HSL color Cylindrical-coordinate representation of color #EB3A17: hue angle of 9.91º 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 #EB3A17 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 23 -
CMYK 0 0.75 0.90 0.08
HSL 9.91º 0.84% 0.51% -
HSV(B) 9.91º 0.9% 0.92% -
XYZ 35.93 20.75 2.92 -
YUV 106.93 80.64 219.35 -
System Red Green Blue C M Y K H S L
Decimal 235 58 23 0 0.75 0.90 0.08 9.91 0.84 0.51
Hex EB 3A 17 0 4B 5A 8 A 54 33
Octal 353 72 27 0 113 132 10 12 124 63
Binary 11101011 111010 10111 0 1001011 1011010 1000 1010 1010100 110011

Color Harmonies of #EB3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A17

Black with #EB3A17

Text Example


Text Example

White with #EB3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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