Html Css Color HEX #EB4B2E Cinnabar

📋 copy color: '#EB4B2E'

red 235 ◦ green 75 ◦ blue 46

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

Shades of Cinnabar #EB4B2E

Tints of Cinnabar #EB4B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 66.01%
G = 21.07%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB4B2E (or 0xEB4B2E) is known color: Cinnabar. HEX triplet: EB, 4B and 2E. RGB value is (235,75,46). Sum of RGB (Red+Green+Blue) = 235+75+46=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4B2E is #14B4D1. Grayscale: #777777. Windows color (decimal): -1357010 or 3034091. OLE color: 3034091.

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

Color convert

RGB 235 75 46 -
CMYK 0 0.68 0.80 0.08
HSL 9.21º 0.83% 0.55% -
HSV(B) 9.21º 0.8% 0.92% -
XYZ 37.27 22.89 5.04 -
YUV 119.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 235 75 46 0 0.68 0.80 0.08 9.21 0.83 0.55
Hex EB 4B 2E 0 44 50 8 9 53 37
Octal 353 113 56 0 104 120 10 11 123 67
Binary 11101011 1001011 101110 0 1000100 1010000 1000 1001 1010011 110111

Color Harmonies of #EB4B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4B2E

Black with #EB4B2E

Text Example


Text Example

White with #EB4B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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