Html Css Color HEX #E60B27 Crimson

📋 copy color: '#E60B27'

red 230 ◦ green 11 ◦ blue 39

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

Shades of Crimson #E60B27

Tints of Crimson #E60B27

RGB

 RED value IS 230 (90.23% from 255) = 82.14%

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 82.14%
G = 3.93%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E60B27 (or 0xE60B27) is known color: Crimson. HEX triplet: E6, 0B and 27. RGB value is (230,11,39). Sum of RGB (Red+Green+Blue) = 230+11+39=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B27 is #19F4D8. Grayscale: #4F4F4F. Windows color (decimal): -1701081 or 2558950. OLE color: 2558950.

HSL color Cylindrical-coordinate representation of color #E60B27: hue angle of 352.33º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B27 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 39 -
CMYK 0 0.95 0.83 0.10
HSL 352.33º 0.91% 0.47% -
HSV(B) 352.33º 0.95% 0.9% -
XYZ 33.12 17.21 3.5 -
YUV 79.67 105.05 235.22 -
System Red Green Blue C M Y K H S L
Decimal 230 11 39 0 0.95 0.83 0.10 352.33 0.91 0.47
Hex E6 B 27 0 5F 53 A 160 5B 2F
Octal 346 13 47 0 137 123 12 540 133 57
Binary 11100110 1011 100111 0 1011111 1010011 1010 101100000 1011011 101111

Color Harmonies of #E60B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B27

Black with #E60B27

Text Example


Text Example

White with #E60B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B27; }

 p { color: rgb(230,11,39); }

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

background-color css

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

 a { background-color: rgb(230,11,39); }

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

border-color css

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

 span { border-color: rgb(230,11,39); }

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