Html Css Color HEX #D9033D Crimson

📋 copy color: '#D9033D'

red 217 ◦ green 3 ◦ blue 61

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

Shades of Crimson #D9033D

Tints of Crimson #D9033D

RGB

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

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

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

R = 77.22%
G = 1.07%
B = 21.71%

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

#D9033D (or 0xD9033D) is known color: Crimson. HEX triplet: D9, 03 and 3D. RGB value is (217,3,61). Sum of RGB (Red+Green+Blue) = 217+3+61=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9033D is #26FCC2. Grayscale: #494949. Windows color (decimal): -2555075 or 3998681. OLE color: 3998681.

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

Color convert

RGB 217 3 61 -
CMYK 0 0.99 0.72 0.15
HSL 343.74º 0.97% 0.43% -
HSV(B) 343.74º 0.99% 0.85% -
XYZ 29.49 15.15 5.79 -
YUV 73.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 217 3 61 0 0.99 0.72 0.15 343.74 0.97 0.43
Hex D9 3 3D 0 63 48 F 158 61 2B
Octal 331 3 75 0 143 110 17 530 141 53
Binary 11011001 11 111101 0 1100011 1001000 1111 101011000 1100001 101011

Color Harmonies of #D9033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9033D

Black with #D9033D

Text Example


Text Example

White with #D9033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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