Html Css Color HEX #D9023B Crimson

📋 copy color: '#D9023B'

red 217 ◦ green 2 ◦ blue 59

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

Shades of Crimson #D9023B

Tints of Crimson #D9023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 78.06%
G = 0.72%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9023B (or 0xD9023B) is known color: Crimson. HEX triplet: D9, 02 and 3B. RGB value is (217,2,59). Sum of RGB (Red+Green+Blue) = 217+2+59=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9023B is #26FDC4. Grayscale: #484848. Windows color (decimal): -2555333 or 3867353. OLE color: 3867353.

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

Color convert

RGB 217 2 59 -
CMYK 0 0.99 0.73 0.15
HSL 344.09º 0.98% 0.43% -
HSV(B) 344.09º 0.99% 0.85% -
XYZ 29.43 15.11 5.5 -
YUV 72.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 217 2 59 0 0.99 0.73 0.15 344.09 0.98 0.43
Hex D9 2 3B 0 63 49 F 158 62 2B
Octal 331 2 73 0 143 111 17 530 142 53
Binary 11011001 10 111011 0 1100011 1001001 1111 101011000 1100010 101011

Color Harmonies of #D9023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9023B

Black with #D9023B

Text Example


Text Example

White with #D9023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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