Html Css Color HEX #D60A2F Crimson

📋 copy color: '#D60A2F'

red 214 ◦ green 10 ◦ blue 47

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

Shades of Crimson #D60A2F

Tints of Crimson #D60A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 78.97%
G = 3.69%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D60A2F (or 0xD60A2F) is known color: Crimson. HEX triplet: D6, 0A and 2F. RGB value is (214,10,47). Sum of RGB (Red+Green+Blue) = 214+10+47=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A2F is #29F5D0. Grayscale: #4B4B4B. Windows color (decimal): -2749905 or 3082966. OLE color: 3082966.

HSL color Cylindrical-coordinate representation of color #D60A2F: hue angle of 349.12º degrees, saturation: 0.91, 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 #D60A2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 10 47 -
CMYK 0 0.95 0.78 0.16
HSL 349.12º 0.91% 0.44% -
HSV(B) 349.12º 0.95% 0.84% -
XYZ 28.35 14.72 4.04 -
YUV 75.21 112.09 226.99 -
System Red Green Blue C M Y K H S L
Decimal 214 10 47 0 0.95 0.78 0.16 349.12 0.91 0.44
Hex D6 A 2F 0 5F 4E 10 15D 5B 2C
Octal 326 12 57 0 137 116 20 535 133 54
Binary 11010110 1010 101111 0 1011111 1001110 10000 101011101 1011011 101100

Color Harmonies of #D60A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A2F

Black with #D60A2F

Text Example


Text Example

White with #D60A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A2F; }

 p { color: rgb(214,10,47); }

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

background-color css

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

 a { background-color: rgb(214,10,47); }

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

border-color css

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

 span { border-color: rgb(214,10,47); }

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