Html Css Color HEX #D2002D Crimson

📋 copy color: '#D2002D'

red 210 ◦ green 0 ◦ blue 45

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

Shades of Crimson #D2002D

Tints of Crimson #D2002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 82.35%
G = 0%
B = 17.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2002D (or 0xD2002D) is known color: Crimson. HEX triplet: D2, 00 and 2D. RGB value is (210,0,45). Sum of RGB (Red+Green+Blue) = 210+0+45=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D2002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2002D is #2DFFD2. Grayscale: #434343. Windows color (decimal): -3014611 or 2949330. OLE color: 2949330.

HSL color Cylindrical-coordinate representation of color #D2002D: hue angle of 347.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2002D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 45 -
CMYK 0 1 0.79 0.18
HSL 347.14º 1% 0.41% -
HSV(B) 347.14º 1% 0.82% -
XYZ 27.05 13.89 3.74 -
YUV 67.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 210 0 45 0 1 0.79 0.18 347.14 1 0.41
Hex D2 0 2D 0 64 4F 12 15B 64 29
Octal 322 0 55 0 144 117 22 533 144 51
Binary 11010010 0 101101 0 1100100 1001111 10010 101011011 1100100 101001

Color Harmonies of #D2002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2002D

Black with #D2002D

Text Example


Text Example

White with #D2002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2002D; }

 p { color: rgb(210,0,45); }

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

background-color css

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

 a { background-color: rgb(210,0,45); }

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

border-color css

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

 span { border-color: rgb(210,0,45); }

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