Html Css Color HEX #D60B40 Crimson

📋 copy color: '#D60B40'

red 214 ◦ green 11 ◦ blue 64

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

Shades of Crimson #D60B40

Tints of Crimson #D60B40

RGB

 RED value IS 214 (83.98% from 255) = 74.05%

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 74.05%
G = 3.81%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D60B40 (or 0xD60B40) is known color: Crimson. HEX triplet: D6, 0B and 40. RGB value is (214,11,64). Sum of RGB (Red+Green+Blue) = 214+11+64=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B40 is #29F4BF. Grayscale: #4D4D4D. Windows color (decimal): -2749632 or 4197334. OLE color: 4197334.

HSL color Cylindrical-coordinate representation of color #D60B40: hue angle of 344.33º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B40 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 64 -
CMYK 0 0.95 0.70 0.16
HSL 344.34º 0.9% 0.44% -
HSV(B) 344.34º 0.95% 0.84% -
XYZ 28.78 14.91 6.21 -
YUV 77.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 214 11 64 0 0.95 0.70 0.16 344.34 0.9 0.44
Hex D6 B 40 0 5F 46 10 158 5A 2C
Octal 326 13 100 0 137 106 20 530 132 54
Binary 11010110 1011 1000000 0 1011111 1000110 10000 101011000 1011010 101100

Color Harmonies of #D60B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B40

Black with #D60B40

Text Example


Text Example

White with #D60B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B40; }

 p { color: rgb(214,11,64); }

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

background-color css

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

 a { background-color: rgb(214,11,64); }

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

border-color css

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

 span { border-color: rgb(214,11,64); }

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