Html Css Color HEX #D9042F Crimson

📋 copy color: '#D9042F'

red 217 ◦ green 4 ◦ blue 47

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

Shades of Crimson #D9042F

Tints of Crimson #D9042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 80.97%
G = 1.49%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9042F (or 0xD9042F) is known color: Crimson. HEX triplet: D9, 04 and 2F. RGB value is (217,4,47). Sum of RGB (Red+Green+Blue) = 217+4+47=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9042F is #26FBD0. Grayscale: #484848. Windows color (decimal): -2554833 or 3081433. OLE color: 3081433.

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

Color convert

RGB 217 4 47 -
CMYK 0 0.98 0.78 0.15
HSL 347.89º 0.96% 0.43% -
HSV(B) 347.89º 0.98% 0.85% -
XYZ 29.17 15.04 4.06 -
YUV 72.59 113.57 231 -
System Red Green Blue C M Y K H S L
Decimal 217 4 47 0 0.98 0.78 0.15 347.89 0.96 0.43
Hex D9 4 2F 0 62 4E F 15C 60 2B
Octal 331 4 57 0 142 116 17 534 140 53
Binary 11011001 100 101111 0 1100010 1001110 1111 101011100 1100000 101011

Color Harmonies of #D9042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9042F

Black with #D9042F

Text Example


Text Example

White with #D9042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9042F; }

 p { color: rgb(217,4,47); }

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

background-color css

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

 a { background-color: rgb(217,4,47); }

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

border-color css

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

 span { border-color: rgb(217,4,47); }

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