Html Css Color HEX #D40A3D Crimson

📋 copy color: '#D40A3D'

red 212 ◦ green 10 ◦ blue 61

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

Shades of Crimson #D40A3D

Tints of Crimson #D40A3D

RGB

 RED value IS 212 (83.2% from 255) = 74.91%

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

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 74.91%
G = 3.53%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D40A3D (or 0xD40A3D) is known color: Crimson. HEX triplet: D4, 0A and 3D. RGB value is (212,10,61). Sum of RGB (Red+Green+Blue) = 212+10+61=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A3D is #2BF5C2. Grayscale: #4C4C4C. Windows color (decimal): -2880963 or 4000468. OLE color: 4000468.

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

Color convert

RGB 212 10 61 -
CMYK 0 0.95 0.71 0.17
HSL 344.85º 0.91% 0.44% -
HSV(B) 344.85º 0.95% 0.83% -
XYZ 28.1 14.55 5.74 -
YUV 76.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 212 10 61 0 0.95 0.71 0.17 344.85 0.91 0.44
Hex D4 A 3D 0 5F 47 11 159 5B 2C
Octal 324 12 75 0 137 107 21 531 133 54
Binary 11010100 1010 111101 0 1011111 1000111 10001 101011001 1011011 101100

Color Harmonies of #D40A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A3D

Black with #D40A3D

Text Example


Text Example

White with #D40A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A3D; }

 p { color: rgb(212,10,61); }

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

background-color css

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

 a { background-color: rgb(212,10,61); }

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

border-color css

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

 span { border-color: rgb(212,10,61); }

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