Html Css Color HEX #D0022D Crimson

📋 copy color: '#D0022D'

red 208 ◦ green 2 ◦ blue 45

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

Shades of Crimson #D0022D

Tints of Crimson #D0022D

RGB

 RED value IS 208 (81.64% from 255) = 81.57%

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 81.57%
G = 0.78%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0022D (or 0xD0022D) is known color: Crimson. HEX triplet: D0, 02 and 2D. RGB value is (208,2,45). Sum of RGB (Red+Green+Blue) = 208+2+45=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0022D is #2FFDD2. Grayscale: #444444. Windows color (decimal): -3145171 or 2949840. OLE color: 2949840.

HSL color Cylindrical-coordinate representation of color #D0022D: hue angle of 347.48º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0022D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 45 -
CMYK 0 0.99 0.78 0.18
HSL 347.48º 0.98% 0.41% -
HSV(B) 347.48º 0.99% 0.82% -
XYZ 26.51 13.64 3.72 -
YUV 68.5 114.75 227.5 -
System Red Green Blue C M Y K H S L
Decimal 208 2 45 0 0.99 0.78 0.18 347.48 0.98 0.41
Hex D0 2 2D 0 63 4E 12 15B 62 29
Octal 320 2 55 0 143 116 22 533 142 51
Binary 11010000 10 101101 0 1100011 1001110 10010 101011011 1100010 101001

Color Harmonies of #D0022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0022D

Black with #D0022D

Text Example


Text Example

White with #D0022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0022D; }

 p { color: rgb(208,2,45); }

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

background-color css

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

 a { background-color: rgb(208,2,45); }

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

border-color css

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

 span { border-color: rgb(208,2,45); }

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