Html Css Color HEX #EB4122 Cinnabar

📋 copy color: '#EB4122'

red 235 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #EB4122

Tints of Cinnabar #EB4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 70.36%
G = 19.46%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4122 (or 0xEB4122) is known color: Cinnabar. HEX triplet: EB, 41 and 22. RGB value is (235,65,34). Sum of RGB (Red+Green+Blue) = 235+65+34=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4122 is #14BEDD. Grayscale: #707070. Windows color (decimal): -1359582 or 2245099. OLE color: 2245099.

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

Color convert

RGB 235 65 34 -
CMYK 0 0.72 0.86 0.08
HSL 9.25º 0.83% 0.53% -
HSV(B) 9.25º 0.86% 0.92% -
XYZ 36.44 21.56 3.75 -
YUV 112.3 83.82 215.52 -
System Red Green Blue C M Y K H S L
Decimal 235 65 34 0 0.72 0.86 0.08 9.25 0.83 0.53
Hex EB 41 22 0 48 56 8 9 53 35
Octal 353 101 42 0 110 126 10 11 123 65
Binary 11101011 1000001 100010 0 1001000 1010110 1000 1001 1010011 110101

Color Harmonies of #EB4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4122

Black with #EB4122

Text Example


Text Example

White with #EB4122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4122; }

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

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

background-color css

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

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

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

border-color css

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

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

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