Html Css Color HEX #EB302F Cinnabar

📋 copy color: '#EB302F'

red 235 ◦ green 48 ◦ blue 47

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

Shades of Cinnabar #EB302F

Tints of Cinnabar #EB302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 71.21%
G = 14.55%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB302F (or 0xEB302F) is known color: Cinnabar. HEX triplet: EB, 30 and 2F. RGB value is (235,48,47). Sum of RGB (Red+Green+Blue) = 235+48+47=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB302F is #14CFD0. Grayscale: #676767. Windows color (decimal): -1363921 or 3092715. OLE color: 3092715.

HSL color Cylindrical-coordinate representation of color #EB302F: hue angle of 0.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB302F is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 48 47 -
CMYK 0 0.80 0.8 0.08
HSL 0.32º 0.82% 0.55% -
HSV(B) 0.32º 0.8% 0.92% -
XYZ 35.83 19.98 4.66 -
YUV 103.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 235 48 47 0 0.80 0.8 0.08 0.32 0.82 0.55
Hex EB 30 2F 0 50 50 8 0 52 37
Octal 353 60 57 0 120 120 10 0 122 67
Binary 11101011 110000 101111 0 1010000 1010000 1000 0 1010010 110111

Color Harmonies of #EB302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB302F

Black with #EB302F

Text Example


Text Example

White with #EB302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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