Html Css Color HEX #D9002B Crimson

📋 copy color: '#D9002B'

red 217 ◦ green 0 ◦ blue 43

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

Shades of Crimson #D9002B

Tints of Crimson #D9002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 83.46%
G = 0%
B = 16.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9002B (or 0xD9002B) is known color: Crimson. HEX triplet: D9, 00 and 2B. RGB value is (217,0,43). Sum of RGB (Red+Green+Blue) = 217+0+43=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D9002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9002B is #26FFD4. Grayscale: #454545. Windows color (decimal): -2555861 or 2818265. OLE color: 2818265.

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

Color convert

RGB 217 0 43 -
CMYK 0 1 0.80 0.15
HSL 348.11º 1% 0.43% -
HSV(B) 348.11º 1% 0.85% -
XYZ 29.05 14.93 3.64 -
YUV 69.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 217 0 43 0 1 0.80 0.15 348.11 1 0.43
Hex D9 0 2B 0 64 50 F 15C 64 2B
Octal 331 0 53 0 144 120 17 534 144 53
Binary 11011001 0 101011 0 1100100 1010000 1111 101011100 1100100 101011

Color Harmonies of #D9002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9002B

Black with #D9002B

Text Example


Text Example

White with #D9002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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