Html Css Color HEX #D60D30 Crimson

📋 copy color: '#D60D30'

red 214 ◦ green 13 ◦ blue 48

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

Shades of Crimson #D60D30

Tints of Crimson #D60D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.73%

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

R = 77.82%
G = 4.73%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D60D30 (or 0xD60D30) is known color: Crimson. HEX triplet: D6, 0D and 30. RGB value is (214,13,48). Sum of RGB (Red+Green+Blue) = 214+13+48=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D30 is #29F2CF. Grayscale: #4D4D4D. Windows color (decimal): -2749136 or 3149270. OLE color: 3149270.

HSL color Cylindrical-coordinate representation of color #D60D30: hue angle of 349.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D30 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 48 -
CMYK 0 0.94 0.78 0.16
HSL 349.55º 0.89% 0.45% -
HSV(B) 349.55º 0.94% 0.84% -
XYZ 28.41 14.8 4.16 -
YUV 77.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 214 13 48 0 0.94 0.78 0.16 349.55 0.89 0.45
Hex D6 D 30 0 5E 4E 10 15E 59 2D
Octal 326 15 60 0 136 116 20 536 131 55
Binary 11010110 1101 110000 0 1011110 1001110 10000 101011110 1011001 101101

Color Harmonies of #D60D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D30

Black with #D60D30

Text Example


Text Example

White with #D60D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D30; }

 p { color: rgb(214,13,48); }

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

background-color css

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

 a { background-color: rgb(214,13,48); }

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

border-color css

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

 span { border-color: rgb(214,13,48); }

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