Html Css Color HEX #D2023D Crimson

📋 copy color: '#D2023D'

red 210 ◦ green 2 ◦ blue 61

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

Shades of Crimson #D2023D

Tints of Crimson #D2023D

RGB

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

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

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

R = 76.92%
G = 0.73%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2023D (or 0xD2023D) is known color: Crimson. HEX triplet: D2, 02 and 3D. RGB value is (210,2,61). Sum of RGB (Red+Green+Blue) = 210+2+61=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2023D is #2DFDC2. Grayscale: #464646. Windows color (decimal): -3014083 or 3998418. OLE color: 3998418.

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

Color convert

RGB 210 2 61 -
CMYK 0 0.99 0.71 0.18
HSL 342.98º 0.98% 0.42% -
HSV(B) 342.98º 0.99% 0.82% -
XYZ 27.44 14.08 5.69 -
YUV 70.92 122.41 227.2 -
System Red Green Blue C M Y K H S L
Decimal 210 2 61 0 0.99 0.71 0.18 342.98 0.98 0.42
Hex D2 2 3D 0 63 47 12 157 62 2A
Octal 322 2 75 0 143 107 22 527 142 52
Binary 11010010 10 111101 0 1100011 1000111 10010 101010111 1100010 101010

Color Harmonies of #D2023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2023D

Black with #D2023D

Text Example


Text Example

White with #D2023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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