Html Css Color HEX #D40934 Crimson

📋 copy color: '#D40934'

red 212 ◦ green 9 ◦ blue 52

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

Shades of Crimson #D40934

Tints of Crimson #D40934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 77.66%
G = 3.3%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D40934 (or 0xD40934) is known color: Crimson. HEX triplet: D4, 09 and 34. RGB value is (212,9,52). Sum of RGB (Red+Green+Blue) = 212+9+52=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D40934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40934 is #2BF6CB. Grayscale: #4A4A4A. Windows color (decimal): -2881228 or 3410388. OLE color: 3410388.

HSL color Cylindrical-coordinate representation of color #D40934: hue angle of 347.29º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40934 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 52 -
CMYK 0 0.96 0.75 0.17
HSL 347.29º 0.92% 0.43% -
HSV(B) 347.29º 0.96% 0.83% -
XYZ 27.87 14.44 4.57 -
YUV 74.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 212 9 52 0 0.96 0.75 0.17 347.29 0.92 0.43
Hex D4 9 34 0 60 4B 11 15B 5C 2B
Octal 324 11 64 0 140 113 21 533 134 53
Binary 11010100 1001 110100 0 1100000 1001011 10001 101011011 1011100 101011

Color Harmonies of #D40934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40934

Black with #D40934

Text Example


Text Example

White with #D40934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40934; }

 p { color: rgb(212,9,52); }

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

background-color css

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

 a { background-color: rgb(212,9,52); }

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

border-color css

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

 span { border-color: rgb(212,9,52); }

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