Html Css Color HEX #D9023D Crimson

📋 copy color: '#D9023D'

red 217 ◦ green 2 ◦ blue 61

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

Shades of Crimson #D9023D

Tints of Crimson #D9023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 77.5%
G = 0.71%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9023D (or 0xD9023D) is known color: Crimson. HEX triplet: D9, 02 and 3D. RGB value is (217,2,61). Sum of RGB (Red+Green+Blue) = 217+2+61=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9023D is #26FDC2. Grayscale: #484848. Windows color (decimal): -2555331 or 3998425. OLE color: 3998425.

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

Color convert

RGB 217 2 61 -
CMYK 0 0.99 0.72 0.15
HSL 343.53º 0.98% 0.43% -
HSV(B) 343.53º 0.99% 0.85% -
XYZ 29.48 15.13 5.78 -
YUV 73.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 217 2 61 0 0.99 0.72 0.15 343.53 0.98 0.43
Hex D9 2 3D 0 63 48 F 158 62 2B
Octal 331 2 75 0 143 110 17 530 142 53
Binary 11011001 10 111101 0 1100011 1001000 1111 101011000 1100010 101011

Color Harmonies of #D9023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9023D

Black with #D9023D

Text Example


Text Example

White with #D9023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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