Html Css Color HEX #EB422D Cinnabar

📋 copy color: '#EB422D'

red 235 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #EB422D

Tints of Cinnabar #EB422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 67.92%
G = 19.08%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB422D (or 0xEB422D) is known color: Cinnabar. HEX triplet: EB, 42 and 2D. RGB value is (235,66,45). Sum of RGB (Red+Green+Blue) = 235+66+45=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB422D is #14BDD2. Grayscale: #727272. Windows color (decimal): -1359315 or 2966251. OLE color: 2966251.

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

Color convert

RGB 235 66 45 -
CMYK 0 0.72 0.81 0.08
HSL 6.63º 0.83% 0.55% -
HSV(B) 6.63º 0.81% 0.92% -
XYZ 36.68 21.75 4.75 -
YUV 114.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 235 66 45 0 0.72 0.81 0.08 6.63 0.83 0.55
Hex EB 42 2D 0 48 51 8 7 53 37
Octal 353 102 55 0 110 121 10 7 123 67
Binary 11101011 1000010 101101 0 1001000 1010001 1000 111 1010011 110111

Color Harmonies of #EB422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB422D

Black with #EB422D

Text Example


Text Example

White with #EB422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB422D; }

 p { color: rgb(235,66,45); }

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

background-color css

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

 a { background-color: rgb(235,66,45); }

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

border-color css

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

 span { border-color: rgb(235,66,45); }

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