Html Css Color HEX #D9002F Crimson

📋 copy color: '#D9002F'

red 217 ◦ green 0 ◦ blue 47

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

Shades of Crimson #D9002F

Tints of Crimson #D9002F

RGB

 RED value IS 217 (85.16% from 255) = 82.2%

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

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

R = 82.2%
G = 0%
B = 17.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9002F (or 0xD9002F) is known color: Crimson. HEX triplet: D9, 00 and 2F. RGB value is (217,0,47). Sum of RGB (Red+Green+Blue) = 217+0+47=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9002F is #26FFD0. Grayscale: #464646. Windows color (decimal): -2555857 or 3080409. OLE color: 3080409.

HSL color Cylindrical-coordinate representation of color #D9002F: hue angle of 347º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9002F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 47 -
CMYK 0 1 0.78 0.15
HSL 347º 1% 0.43% -
HSV(B) 347º 1% 0.85% -
XYZ 29.13 14.96 4.04 -
YUV 70.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 217 0 47 0 1 0.78 0.15 347 1 0.43
Hex D9 0 2F 0 64 4E F 15B 64 2B
Octal 331 0 57 0 144 116 17 533 144 53
Binary 11011001 0 101111 0 1100100 1001110 1111 101011011 1100100 101011

Color Harmonies of #D9002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9002F

Black with #D9002F

Text Example


Text Example

White with #D9002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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