Html Css Color HEX #EB4B2A Cinnabar

📋 copy color: '#EB4B2A'

red 235 ◦ green 75 ◦ blue 42

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

Shades of Cinnabar #EB4B2A

Tints of Cinnabar #EB4B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

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

R = 66.76%
G = 21.31%
B = 11.93%

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

#EB4B2A (or 0xEB4B2A) is known color: Cinnabar. HEX triplet: EB, 4B and 2A. RGB value is (235,75,42). Sum of RGB (Red+Green+Blue) = 235+75+42=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4B2A is #14B4D5. Grayscale: #777777. Windows color (decimal): -1357014 or 2771947. OLE color: 2771947.

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

Color convert

RGB 235 75 42 -
CMYK 0 0.68 0.82 0.08
HSL 10.26º 0.83% 0.54% -
HSV(B) 10.26º 0.82% 0.92% -
XYZ 37.19 22.86 4.64 -
YUV 119.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 235 75 42 0 0.68 0.82 0.08 10.26 0.83 0.54
Hex EB 4B 2A 0 44 52 8 A 53 36
Octal 353 113 52 0 104 122 10 12 123 66
Binary 11101011 1001011 101010 0 1000100 1010010 1000 1010 1010011 110110

Color Harmonies of #EB4B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4B2A

Black with #EB4B2A

Text Example


Text Example

White with #EB4B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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