Html Css Color HEX #D41C4A Crimson

📋 copy color: '#D41C4A'

red 212 ◦ green 28 ◦ blue 74

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

Shades of Crimson #D41C4A

Tints of Crimson #D41C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 67.52%
G = 8.92%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D41C4A (or 0xD41C4A) is known color: Crimson. HEX triplet: D4, 1C and 4A. RGB value is (212,28,74). Sum of RGB (Red+Green+Blue) = 212+28+74=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41C4A is #2BE3B5. Grayscale: #585858. Windows color (decimal): -2876342 or 4857044. OLE color: 4857044.

HSL color Cylindrical-coordinate representation of color #D41C4A: hue angle of 345º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C4A is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 28 74 -
CMYK 0 0.87 0.65 0.17
HSL 345º 0.77% 0.47% -
HSV(B) 345º 0.87% 0.83% -
XYZ 28.8 15.32 7.92 -
YUV 88.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 212 28 74 0 0.87 0.65 0.17 345 0.77 0.47
Hex D4 1C 4A 0 57 41 11 159 4D 2F
Octal 324 34 112 0 127 101 21 531 115 57
Binary 11010100 11100 1001010 0 1010111 1000001 10001 101011001 1001101 101111

Color Harmonies of #D41C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41C4A

Black with #D41C4A

Text Example


Text Example

White with #D41C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41C4A; }

 p { color: rgb(212,28,74); }

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

background-color css

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

 a { background-color: rgb(212,28,74); }

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

border-color css

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

 span { border-color: rgb(212,28,74); }

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