Html Css Color HEX #D9022A Crimson

📋 copy color: '#D9022A'

red 217 ◦ green 2 ◦ blue 42

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

Shades of Crimson #D9022A

Tints of Crimson #D9022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 83.14%
G = 0.77%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9022A (or 0xD9022A) is known color: Crimson. HEX triplet: D9, 02 and 2A. RGB value is (217,2,42). Sum of RGB (Red+Green+Blue) = 217+2+42=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D9022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9022A is #26FDD5. Grayscale: #464646. Windows color (decimal): -2555350 or 2753241. OLE color: 2753241.

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

Color convert

RGB 217 2 42 -
CMYK 0 0.99 0.81 0.15
HSL 348.84º 0.98% 0.43% -
HSV(B) 348.84º 0.99% 0.85% -
XYZ 29.05 14.96 3.55 -
YUV 70.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 217 2 42 0 0.99 0.81 0.15 348.84 0.98 0.43
Hex D9 2 2A 0 63 51 F 15D 62 2B
Octal 331 2 52 0 143 121 17 535 142 53
Binary 11011001 10 101010 0 1100011 1010001 1111 101011101 1100010 101011

Color Harmonies of #D9022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9022A

Black with #D9022A

Text Example


Text Example

White with #D9022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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