Html Css Color HEX #D9033A Crimson

📋 copy color: '#D9033A'

red 217 ◦ green 3 ◦ blue 58

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

Shades of Crimson #D9033A

Tints of Crimson #D9033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 78.06%
G = 1.08%
B = 20.86%

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

#D9033A (or 0xD9033A) is known color: Crimson. HEX triplet: D9, 03 and 3A. RGB value is (217,3,58). Sum of RGB (Red+Green+Blue) = 217+3+58=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9033A is #26FCC5. Grayscale: #494949. Windows color (decimal): -2555078 or 3802073. OLE color: 3802073.

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

Color convert

RGB 217 3 58 -
CMYK 0 0.99 0.73 0.15
HSL 344.58º 0.97% 0.43% -
HSV(B) 344.58º 0.99% 0.85% -
XYZ 29.41 15.12 5.37 -
YUV 73.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 217 3 58 0 0.99 0.73 0.15 344.58 0.97 0.43
Hex D9 3 3A 0 63 49 F 159 61 2B
Octal 331 3 72 0 143 111 17 531 141 53
Binary 11011001 11 111010 0 1100011 1001001 1111 101011001 1100001 101011

Color Harmonies of #D9033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9033A

Black with #D9033A

Text Example


Text Example

White with #D9033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9033A; }

 p { color: rgb(217,3,58); }

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

background-color css

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

 a { background-color: rgb(217,3,58); }

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

border-color css

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

 span { border-color: rgb(217,3,58); }

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