Html Css Color HEX #D2002F Crimson

📋 copy color: '#D2002F'

red 210 ◦ green 0 ◦ blue 47

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

Shades of Crimson #D2002F

Tints of Crimson #D2002F

RGB

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

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

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

R = 81.71%
G = 0%
B = 18.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2002F (or 0xD2002F) is known color: Crimson. HEX triplet: D2, 00 and 2F. RGB value is (210,0,47). Sum of RGB (Red+Green+Blue) = 210+0+47=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D2002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2002F is #2DFFD0. Grayscale: #444444. Windows color (decimal): -3014609 or 3080402. OLE color: 3080402.

HSL color Cylindrical-coordinate representation of color #D2002F: hue angle of 346.57º 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 #D2002F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 47 -
CMYK 0 1 0.78 0.18
HSL 346.57º 1% 0.41% -
HSV(B) 346.57º 1% 0.82% -
XYZ 27.09 13.91 3.95 -
YUV 68.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 210 0 47 0 1 0.78 0.18 346.57 1 0.41
Hex D2 0 2F 0 64 4E 12 15B 64 29
Octal 322 0 57 0 144 116 22 533 144 51
Binary 11010010 0 101111 0 1100100 1001110 10010 101011011 1100100 101001

Color Harmonies of #D2002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2002F

Black with #D2002F

Text Example


Text Example

White with #D2002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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