Html Css Color HEX #EB321D Cinnabar

📋 copy color: '#EB321D'

red 235 ◦ green 50 ◦ blue 29

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

Shades of Cinnabar #EB321D

Tints of Cinnabar #EB321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 74.84%
G = 15.92%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB321D (or 0xEB321D) is known color: Cinnabar. HEX triplet: EB, 32 and 1D. RGB value is (235,50,29). Sum of RGB (Red+Green+Blue) = 235+50+29=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB321D is #14CDE2. Grayscale: #676767. Windows color (decimal): -1363427 or 1913579. OLE color: 1913579.

HSL color Cylindrical-coordinate representation of color #EB321D: hue angle of 6.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB321D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 50 29 -
CMYK 0 0.79 0.88 0.08
HSL 6.12º 0.84% 0.52% -
HSV(B) 6.12º 0.88% 0.92% -
XYZ 35.62 20.03 3.15 -
YUV 102.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 235 50 29 0 0.79 0.88 0.08 6.12 0.84 0.52
Hex EB 32 1D 0 4F 58 8 6 54 34
Octal 353 62 35 0 117 130 10 6 124 64
Binary 11101011 110010 11101 0 1001111 1011000 1000 110 1010100 110100

Color Harmonies of #EB321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB321D

Black with #EB321D

Text Example


Text Example

White with #EB321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB321D; }

 p { color: rgb(235,50,29); }

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

background-color css

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

 a { background-color: rgb(235,50,29); }

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

border-color css

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

 span { border-color: rgb(235,50,29); }

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