Html Css Color HEX #EB4C2A Cinnabar

📋 copy color: '#EB4C2A'

red 235 ◦ green 76 ◦ blue 42

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

Shades of Cinnabar #EB4C2A

Tints of Cinnabar #EB4C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 66.57%
G = 21.53%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB4C2A (or 0xEB4C2A) is known color: Cinnabar. HEX triplet: EB, 4C and 2A. RGB value is (235,76,42). Sum of RGB (Red+Green+Blue) = 235+76+42=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C2A is #14B3D5. Grayscale: #777777. Windows color (decimal): -1356758 or 2772203. OLE color: 2772203.

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

Color convert

RGB 235 76 42 -
CMYK 0 0.68 0.82 0.08
HSL 10.57º 0.83% 0.54% -
HSV(B) 10.57º 0.82% 0.92% -
XYZ 37.26 23 4.67 -
YUV 119.67 84.18 210.26 -
System Red Green Blue C M Y K H S L
Decimal 235 76 42 0 0.68 0.82 0.08 10.57 0.83 0.54
Hex EB 4C 2A 0 44 52 8 B 53 36
Octal 353 114 52 0 104 122 10 13 123 66
Binary 11101011 1001100 101010 0 1000100 1010010 1000 1011 1010011 110110

Color Harmonies of #EB4C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C2A

Black with #EB4C2A

Text Example


Text Example

White with #EB4C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C2A; }

 p { color: rgb(235,76,42); }

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

background-color css

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

 a { background-color: rgb(235,76,42); }

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

border-color css

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

 span { border-color: rgb(235,76,42); }

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