Html Css Color HEX #EB0B3E Crimson

📋 copy color: '#EB0B3E'

red 235 ◦ green 11 ◦ blue 62

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

Shades of Crimson #EB0B3E

Tints of Crimson #EB0B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 76.3%
G = 3.57%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB0B3E (or 0xEB0B3E) is known color: Crimson. HEX triplet: EB, 0B and 3E. RGB value is (235,11,62). Sum of RGB (Red+Green+Blue) = 235+11+62=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0B3E is #14F4C1. Grayscale: #535353. Windows color (decimal): -1373378 or 4066283. OLE color: 4066283.

HSL color Cylindrical-coordinate representation of color #EB0B3E: hue angle of 346.34º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 11 62 -
CMYK 0 0.95 0.74 0.08
HSL 346.34º 0.91% 0.48% -
HSV(B) 346.34º 0.95% 0.92% -
XYZ 35.25 18.25 6.22 -
YUV 83.79 115.71 235.85 -
System Red Green Blue C M Y K H S L
Decimal 235 11 62 0 0.95 0.74 0.08 346.34 0.91 0.48
Hex EB B 3E 0 5F 4A 8 15A 5B 30
Octal 353 13 76 0 137 112 10 532 133 60
Binary 11101011 1011 111110 0 1011111 1001010 1000 101011010 1011011 110000

Color Harmonies of #EB0B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B3E

Black with #EB0B3E

Text Example


Text Example

White with #EB0B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B3E; }

 p { color: rgb(235,11,62); }

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

background-color css

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

 a { background-color: rgb(235,11,62); }

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

border-color css

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

 span { border-color: rgb(235,11,62); }

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