Html Css Color HEX #D2022C Crimson

📋 copy color: '#D2022C'

red 210 ◦ green 2 ◦ blue 44

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

Shades of Crimson #D2022C

Tints of Crimson #D2022C

RGB

 RED value IS 210 (82.42% from 255) = 82.03%

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 82.03%
G = 0.78%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2022C (or 0xD2022C) is known color: Crimson. HEX triplet: D2, 02 and 2C. RGB value is (210,2,44). Sum of RGB (Red+Green+Blue) = 210+2+44=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2022C is #2DFDD3. Grayscale: #454545. Windows color (decimal): -3014100 or 2884306. OLE color: 2884306.

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

Color convert

RGB 210 2 44 -
CMYK 0 0.99 0.79 0.18
HSL 347.88º 0.98% 0.42% -
HSV(B) 347.88º 0.99% 0.82% -
XYZ 27.05 13.93 3.65 -
YUV 68.98 113.91 228.58 -
System Red Green Blue C M Y K H S L
Decimal 210 2 44 0 0.99 0.79 0.18 347.88 0.98 0.42
Hex D2 2 2C 0 63 4F 12 15C 62 2A
Octal 322 2 54 0 143 117 22 534 142 52
Binary 11010010 10 101100 0 1100011 1001111 10010 101011100 1100010 101010

Color Harmonies of #D2022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2022C

Black with #D2022C

Text Example


Text Example

White with #D2022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2022C; }

 p { color: rgb(210,2,44); }

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

background-color css

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

 a { background-color: rgb(210,2,44); }

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

border-color css

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

 span { border-color: rgb(210,2,44); }

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