Html Css Color HEX #D2023C Crimson

📋 copy color: '#D2023C'

red 210 ◦ green 2 ◦ blue 60

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

Shades of Crimson #D2023C

Tints of Crimson #D2023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 77.21%
G = 0.74%
B = 22.06%

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

#D2023C (or 0xD2023C) is known color: Crimson. HEX triplet: D2, 02 and 3C. RGB value is (210,2,60). Sum of RGB (Red+Green+Blue) = 210+2+60=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2023C is #2DFDC3. Grayscale: #464646. Windows color (decimal): -3014084 or 3932882. OLE color: 3932882.

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

Color convert

RGB 210 2 60 -
CMYK 0 0.99 0.71 0.18
HSL 343.27º 0.98% 0.42% -
HSV(B) 343.27º 0.99% 0.82% -
XYZ 27.42 14.07 5.55 -
YUV 70.8 121.91 227.28 -
System Red Green Blue C M Y K H S L
Decimal 210 2 60 0 0.99 0.71 0.18 343.27 0.98 0.42
Hex D2 2 3C 0 63 47 12 157 62 2A
Octal 322 2 74 0 143 107 22 527 142 52
Binary 11010010 10 111100 0 1100011 1000111 10010 101010111 1100010 101010

Color Harmonies of #D2023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2023C

Black with #D2023C

Text Example


Text Example

White with #D2023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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