Html Css Color HEX #EB3C30 Cinnabar

📋 copy color: '#EB3C30'

red 235 ◦ green 60 ◦ blue 48

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

Shades of Cinnabar #EB3C30

Tints of Cinnabar #EB3C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 68.51%
G = 17.49%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB3C30 (or 0xEB3C30) is known color: Cinnabar. HEX triplet: EB, 3C and 30. RGB value is (235,60,48). Sum of RGB (Red+Green+Blue) = 235+60+48=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C30 is #14C3CF. Grayscale: #6F6F6F. Windows color (decimal): -1360848 or 3161323. OLE color: 3161323.

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

Color convert

RGB 235 60 48 -
CMYK 0 0.74 0.80 0.08
HSL 3.85º 0.82% 0.55% -
HSV(B) 3.85º 0.8% 0.92% -
XYZ 36.41 21.11 4.95 -
YUV 110.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 235 60 48 0 0.74 0.80 0.08 3.85 0.82 0.55
Hex EB 3C 30 0 4A 50 8 4 52 37
Octal 353 74 60 0 112 120 10 4 122 67
Binary 11101011 111100 110000 0 1001010 1010000 1000 100 1010010 110111

Color Harmonies of #EB3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C30

Black with #EB3C30

Text Example


Text Example

White with #EB3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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