Html Css Color HEX #D2023F Crimson

📋 copy color: '#D2023F'

red 210 ◦ green 2 ◦ blue 63

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

Shades of Crimson #D2023F

Tints of Crimson #D2023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 76.36%
G = 0.73%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2023F (or 0xD2023F) is known color: Crimson. HEX triplet: D2, 02 and 3F. RGB value is (210,2,63). Sum of RGB (Red+Green+Blue) = 210+2+63=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2023F is #2DFDC0. Grayscale: #474747. Windows color (decimal): -3014081 or 4129490. OLE color: 4129490.

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

Color convert

RGB 210 2 63 -
CMYK 0 0.99 0.70 0.18
HSL 342.4º 0.98% 0.42% -
HSV(B) 342.4º 0.99% 0.82% -
XYZ 27.5 14.1 5.98 -
YUV 71.15 123.41 227.04 -
System Red Green Blue C M Y K H S L
Decimal 210 2 63 0 0.99 0.70 0.18 342.4 0.98 0.42
Hex D2 2 3F 0 63 46 12 156 62 2A
Octal 322 2 77 0 143 106 22 526 142 52
Binary 11010010 10 111111 0 1100011 1000110 10010 101010110 1100010 101010

Color Harmonies of #D2023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2023F

Black with #D2023F

Text Example


Text Example

White with #D2023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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