Html Css Color HEX #D2142F Crimson

📋 copy color: '#D2142F'

red 210 ◦ green 20 ◦ blue 47

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

Shades of Crimson #D2142F

Tints of Crimson #D2142F

RGB

 RED value IS 210 (82.42% from 255) = 75.81%

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 75.81%
G = 7.22%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2142F (or 0xD2142F) is known color: Crimson. HEX triplet: D2, 14 and 2F. RGB value is (210,20,47). Sum of RGB (Red+Green+Blue) = 210+20+47=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2142F is #2DEBD0. Grayscale: #4F4F4F. Windows color (decimal): -3009489 or 3085522. OLE color: 3085522.

HSL color Cylindrical-coordinate representation of color #D2142F: hue angle of 351.47º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2142F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 47 -
CMYK 0 0.90 0.78 0.18
HSL 351.47º 0.83% 0.45% -
HSV(B) 351.47º 0.9% 0.82% -
XYZ 27.34 14.41 4.03 -
YUV 79.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 210 20 47 0 0.90 0.78 0.18 351.47 0.83 0.45
Hex D2 14 2F 0 5A 4E 12 15F 53 2D
Octal 322 24 57 0 132 116 22 537 123 55
Binary 11010010 10100 101111 0 1011010 1001110 10010 101011111 1010011 101101

Color Harmonies of #D2142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2142F

Black with #D2142F

Text Example


Text Example

White with #D2142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2142F; }

 p { color: rgb(210,20,47); }

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

background-color css

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

 a { background-color: rgb(210,20,47); }

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

border-color css

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

 span { border-color: rgb(210,20,47); }

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