Html Css Color HEX #EB301C Cinnabar

📋 copy color: '#EB301C'

red 235 ◦ green 48 ◦ blue 28

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

Shades of Cinnabar #EB301C

Tints of Cinnabar #EB301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 75.56%
G = 15.43%
B = 9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB301C (or 0xEB301C) is known color: Cinnabar. HEX triplet: EB, 30 and 1C. RGB value is (235,48,28). Sum of RGB (Red+Green+Blue) = 235+48+28=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB301C is #14CFE3. Grayscale: #656565. Windows color (decimal): -1363940 or 1847531. OLE color: 1847531.

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

Color convert

RGB 235 48 28 -
CMYK 0 0.80 0.88 0.08
HSL 5.8º 0.84% 0.52% -
HSV(B) 5.8º 0.88% 0.92% -
XYZ 35.53 19.86 3.06 -
YUV 101.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 235 48 28 0 0.80 0.88 0.08 5.8 0.84 0.52
Hex EB 30 1C 0 50 58 8 6 54 34
Octal 353 60 34 0 120 130 10 6 124 64
Binary 11101011 110000 11100 0 1010000 1011000 1000 110 1010100 110100

Color Harmonies of #EB301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB301C

Black with #EB301C

Text Example


Text Example

White with #EB301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB301C; }

 p { color: rgb(235,48,28); }

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

background-color css

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

 a { background-color: rgb(235,48,28); }

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

border-color css

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

 span { border-color: rgb(235,48,28); }

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