Html Css Color HEX #D41345 Crimson

📋 copy color: '#D41345'

red 212 ◦ green 19 ◦ blue 69

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

Shades of Crimson #D41345

Tints of Crimson #D41345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 69 (27.34% from 255) = 23%

R = 70.67%
G = 6.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D41345 (or 0xD41345) is known color: Crimson. HEX triplet: D4, 13 and 45. RGB value is (212,19,69). Sum of RGB (Red+Green+Blue) = 212+19+69=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D41345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41345 is #2BECBA. Grayscale: #525252. Windows color (decimal): -2878651 or 4527060. OLE color: 4527060.

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

Color convert

RGB 212 19 69 -
CMYK 0 0.91 0.67 0.17
HSL 344.46º 0.84% 0.45% -
HSV(B) 344.46º 0.91% 0.83% -
XYZ 28.46 14.89 7 -
YUV 82.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 212 19 69 0 0.91 0.67 0.17 344.46 0.84 0.45
Hex D4 13 45 0 5B 43 11 158 54 2D
Octal 324 23 105 0 133 103 21 530 124 55
Binary 11010100 10011 1000101 0 1011011 1000011 10001 101011000 1010100 101101

Color Harmonies of #D41345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41345

Black with #D41345

Text Example


Text Example

White with #D41345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41345; }

 p { color: rgb(212,19,69); }

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

background-color css

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

 a { background-color: rgb(212,19,69); }

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

border-color css

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

 span { border-color: rgb(212,19,69); }

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