Html Css Color HEX #EB3A33 Cinnabar

📋 copy color: '#EB3A33'

red 235 ◦ green 58 ◦ blue 51

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

Shades of Cinnabar #EB3A33

Tints of Cinnabar #EB3A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 68.31%
G = 16.86%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB3A33 (or 0xEB3A33) is known color: Cinnabar. HEX triplet: EB, 3A and 33. RGB value is (235,58,51). Sum of RGB (Red+Green+Blue) = 235+58+51=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A33 is #14C5CC. Grayscale: #6E6E6E. Windows color (decimal): -1361357 or 3357419. OLE color: 3357419.

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

Color convert

RGB 235 58 51 -
CMYK 0 0.75 0.78 0.08
HSL 2.28º 0.82% 0.56% -
HSV(B) 2.28º 0.78% 0.92% -
XYZ 36.37 20.93 5.25 -
YUV 110.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 235 58 51 0 0.75 0.78 0.08 2.28 0.82 0.56
Hex EB 3A 33 0 4B 4E 8 2 52 38
Octal 353 72 63 0 113 116 10 2 122 70
Binary 11101011 111010 110011 0 1001011 1001110 1000 10 1010010 111000

Color Harmonies of #EB3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A33

Black with #EB3A33

Text Example


Text Example

White with #EB3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A33; }

 p { color: rgb(235,58,51); }

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

background-color css

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

 a { background-color: rgb(235,58,51); }

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

border-color css

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

 span { border-color: rgb(235,58,51); }

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