Html Css Color HEX #EB321E Cinnabar

📋 copy color: '#EB321E'

red 235 ◦ green 50 ◦ blue 30

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

Shades of Cinnabar #EB321E

Tints of Cinnabar #EB321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 74.6%
G = 15.87%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB321E (or 0xEB321E) is known color: Cinnabar. HEX triplet: EB, 32 and 1E. RGB value is (235,50,30). Sum of RGB (Red+Green+Blue) = 235+50+30=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB321E is #14CDE1. Grayscale: #676767. Windows color (decimal): -1363426 or 1979115. OLE color: 1979115.

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

Color convert

RGB 235 50 30 -
CMYK 0 0.79 0.87 0.08
HSL 5.85º 0.84% 0.52% -
HSV(B) 5.85º 0.87% 0.92% -
XYZ 35.64 20.04 3.22 -
YUV 103.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 235 50 30 0 0.79 0.87 0.08 5.85 0.84 0.52
Hex EB 32 1E 0 4F 57 8 6 54 34
Octal 353 62 36 0 117 127 10 6 124 64
Binary 11101011 110010 11110 0 1001111 1010111 1000 110 1010100 110100

Color Harmonies of #EB321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB321E

Black with #EB321E

Text Example


Text Example

White with #EB321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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