Html Css Color HEX #D9052A Crimson

📋 copy color: '#D9052A'

red 217 ◦ green 5 ◦ blue 42

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

Shades of Crimson #D9052A

Tints of Crimson #D9052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 82.2%
G = 1.89%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9052A (or 0xD9052A) is known color: Crimson. HEX triplet: D9, 05 and 2A. RGB value is (217,5,42). Sum of RGB (Red+Green+Blue) = 217+5+42=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9052A is #26FAD5. Grayscale: #484848. Windows color (decimal): -2554582 or 2754009. OLE color: 2754009.

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

Color convert

RGB 217 5 42 -
CMYK 0 0.98 0.81 0.15
HSL 349.53º 0.95% 0.44% -
HSV(B) 349.53º 0.98% 0.85% -
XYZ 29.09 15.03 3.56 -
YUV 72.61 110.74 230.99 -
System Red Green Blue C M Y K H S L
Decimal 217 5 42 0 0.98 0.81 0.15 349.53 0.95 0.44
Hex D9 5 2A 0 62 51 F 15E 5F 2C
Octal 331 5 52 0 142 121 17 536 137 54
Binary 11011001 101 101010 0 1100010 1010001 1111 101011110 1011111 101100

Color Harmonies of #D9052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9052A

Black with #D9052A

Text Example


Text Example

White with #D9052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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