Html Css Color HEX #EB4A22 Cinnabar

📋 copy color: '#EB4A22'

red 235 ◦ green 74 ◦ blue 34

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

Shades of Cinnabar #EB4A22

Tints of Cinnabar #EB4A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 68.51%
G = 21.57%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4A22 (or 0xEB4A22) is known color: Cinnabar. HEX triplet: EB, 4A and 22. RGB value is (235,74,34). Sum of RGB (Red+Green+Blue) = 235+74+34=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A22 is #14B5DD. Grayscale: #757575. Windows color (decimal): -1357278 or 2247403. OLE color: 2247403.

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

Color convert

RGB 235 74 34 -
CMYK 0 0.69 0.86 0.08
HSL 11.94º 0.83% 0.53% -
HSV(B) 11.94º 0.86% 0.92% -
XYZ 37 22.68 3.94 -
YUV 117.58 80.84 211.75 -
System Red Green Blue C M Y K H S L
Decimal 235 74 34 0 0.69 0.86 0.08 11.94 0.83 0.53
Hex EB 4A 22 0 45 56 8 C 53 35
Octal 353 112 42 0 105 126 10 14 123 65
Binary 11101011 1001010 100010 0 1000101 1010110 1000 1100 1010011 110101

Color Harmonies of #EB4A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A22

Black with #EB4A22

Text Example


Text Example

White with #EB4A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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