Html Css Color HEX #D9022B Crimson

📋 copy color: '#D9022B'

red 217 ◦ green 2 ◦ blue 43

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

Shades of Crimson #D9022B

Tints of Crimson #D9022B

RGB

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

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

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

R = 82.82%
G = 0.76%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9022B (or 0xD9022B) is known color: Crimson. HEX triplet: D9, 02 and 2B. RGB value is (217,2,43). Sum of RGB (Red+Green+Blue) = 217+2+43=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D9022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9022B is #26FDD4. Grayscale: #474747. Windows color (decimal): -2555349 or 2818777. OLE color: 2818777.

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

Color convert

RGB 217 2 43 -
CMYK 0 0.99 0.80 0.15
HSL 348.56º 0.98% 0.43% -
HSV(B) 348.56º 0.99% 0.85% -
XYZ 29.07 14.97 3.64 -
YUV 70.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 217 2 43 0 0.99 0.80 0.15 348.56 0.98 0.43
Hex D9 2 2B 0 63 50 F 15D 62 2B
Octal 331 2 53 0 143 120 17 535 142 53
Binary 11011001 10 101011 0 1100011 1010000 1111 101011101 1100010 101011

Color Harmonies of #D9022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9022B

Black with #D9022B

Text Example


Text Example

White with #D9022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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