Html Css Color HEX #EB4D21 Cinnabar

📋 copy color: '#EB4D21'

red 235 ◦ green 77 ◦ blue 33

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

Shades of Cinnabar #EB4D21

Tints of Cinnabar #EB4D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

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

R = 68.12%
G = 22.32%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB4D21 (or 0xEB4D21) is known color: Cinnabar. HEX triplet: EB, 4D and 21. RGB value is (235,77,33). Sum of RGB (Red+Green+Blue) = 235+77+33=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D21 is #14B2DE. Grayscale: #777777. Windows color (decimal): -1356511 or 2182635. OLE color: 2182635.

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

Color convert

RGB 235 77 33 -
CMYK 0 0.67 0.86 0.08
HSL 13.07º 0.83% 0.53% -
HSV(B) 13.07º 0.86% 0.92% -
XYZ 37.19 23.08 3.93 -
YUV 119.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 235 77 33 0 0.67 0.86 0.08 13.07 0.83 0.53
Hex EB 4D 21 0 43 56 8 D 53 35
Octal 353 115 41 0 103 126 10 15 123 65
Binary 11101011 1001101 100001 0 1000011 1010110 1000 1101 1010011 110101

Color Harmonies of #EB4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D21

Black with #EB4D21

Text Example


Text Example

White with #EB4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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