Html Css Color HEX #D9022D Crimson

📋 copy color: '#D9022D'

red 217 ◦ green 2 ◦ blue 45

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

Shades of Crimson #D9022D

Tints of Crimson #D9022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 82.2%
G = 0.76%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9022D (or 0xD9022D) is known color: Crimson. HEX triplet: D9, 02 and 2D. RGB value is (217,2,45). Sum of RGB (Red+Green+Blue) = 217+2+45=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9022D is #26FDD2. Grayscale: #474747. Windows color (decimal): -2555347 or 2949849. OLE color: 2949849.

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

Color convert

RGB 217 2 45 -
CMYK 0 0.99 0.79 0.15
HSL 348º 0.98% 0.43% -
HSV(B) 348º 0.99% 0.85% -
XYZ 29.11 14.98 3.84 -
YUV 71.19 113.23 232 -
System Red Green Blue C M Y K H S L
Decimal 217 2 45 0 0.99 0.79 0.15 348 0.98 0.43
Hex D9 2 2D 0 63 4F F 15C 62 2B
Octal 331 2 55 0 143 117 17 534 142 53
Binary 11011001 10 101101 0 1100011 1001111 1111 101011100 1100010 101011

Color Harmonies of #D9022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9022D

Black with #D9022D

Text Example


Text Example

White with #D9022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9022D; }

 p { color: rgb(217,2,45); }

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

background-color css

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

 a { background-color: rgb(217,2,45); }

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

border-color css

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

 span { border-color: rgb(217,2,45); }

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