Html Css Color HEX #EB4A23 Cinnabar

📋 copy color: '#EB4A23'

red 235 ◦ green 74 ◦ blue 35

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

Shades of Cinnabar #EB4A23

Tints of Cinnabar #EB4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 35 (14.06% from 255) = 10.17%

R = 68.31%
G = 21.51%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB4A23 (or 0xEB4A23) is known color: Cinnabar. HEX triplet: EB, 4A and 23. RGB value is (235,74,35). Sum of RGB (Red+Green+Blue) = 235+74+35=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A23 is #14B5DC. Grayscale: #767676. Windows color (decimal): -1357277 or 2312939. OLE color: 2312939.

HSL color Cylindrical-coordinate representation of color #EB4A23: hue angle of 11.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB4A23 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 35 -
CMYK 0 0.69 0.85 0.08
HSL 11.7º 0.83% 0.53% -
HSV(B) 11.7º 0.85% 0.92% -
XYZ 37.01 22.68 4.02 -
YUV 117.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 235 74 35 0 0.69 0.85 0.08 11.7 0.83 0.53
Hex EB 4A 23 0 45 55 8 C 53 35
Octal 353 112 43 0 105 125 10 14 123 65
Binary 11101011 1001010 100011 0 1000101 1010101 1000 1100 1010011 110101

Color Harmonies of #EB4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A23

Black with #EB4A23

Text Example


Text Example

White with #EB4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A23; }

 p { color: rgb(235,74,35); }

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

background-color css

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

 a { background-color: rgb(235,74,35); }

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

border-color css

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

 span { border-color: rgb(235,74,35); }

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