Html Css Color HEX #EB4921 Cinnabar

📋 copy color: '#EB4921'

red 235 ◦ green 73 ◦ blue 33

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

Shades of Cinnabar #EB4921

Tints of Cinnabar #EB4921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 68.91%
G = 21.41%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4921 (or 0xEB4921) is known color: Cinnabar. HEX triplet: EB, 49 and 21. RGB value is (235,73,33). Sum of RGB (Red+Green+Blue) = 235+73+33=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4921 is #14B6DE. Grayscale: #757575. Windows color (decimal): -1357535 or 2181611. OLE color: 2181611.

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

Color convert

RGB 235 73 33 -
CMYK 0 0.69 0.86 0.08
HSL 11.88º 0.83% 0.53% -
HSV(B) 11.88º 0.86% 0.92% -
XYZ 36.92 22.54 3.84 -
YUV 116.88 80.67 212.25 -
System Red Green Blue C M Y K H S L
Decimal 235 73 33 0 0.69 0.86 0.08 11.88 0.83 0.53
Hex EB 49 21 0 45 56 8 C 53 35
Octal 353 111 41 0 105 126 10 14 123 65
Binary 11101011 1001001 100001 0 1000101 1010110 1000 1100 1010011 110101

Color Harmonies of #EB4921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4921

Black with #EB4921

Text Example


Text Example

White with #EB4921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4921; }

 p { color: rgb(235,73,33); }

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

background-color css

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

 a { background-color: rgb(235,73,33); }

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

border-color css

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

 span { border-color: rgb(235,73,33); }

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