Html Css Color HEX #D2033F Crimson

📋 copy color: '#D2033F'

red 210 ◦ green 3 ◦ blue 63

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

Shades of Crimson #D2033F

Tints of Crimson #D2033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 76.09%
G = 1.09%
B = 22.83%

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

#D2033F (or 0xD2033F) is known color: Crimson. HEX triplet: D2, 03 and 3F. RGB value is (210,3,63). Sum of RGB (Red+Green+Blue) = 210+3+63=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2033F is #2DFCC0. Grayscale: #474747. Windows color (decimal): -3013825 or 4129746. OLE color: 4129746.

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

Color convert

RGB 210 3 63 -
CMYK 0 0.99 0.70 0.18
HSL 342.61º 0.97% 0.42% -
HSV(B) 342.61º 0.99% 0.82% -
XYZ 27.51 14.13 5.98 -
YUV 71.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 210 3 63 0 0.99 0.70 0.18 342.61 0.97 0.42
Hex D2 3 3F 0 63 46 12 157 61 2A
Octal 322 3 77 0 143 106 22 527 141 52
Binary 11010010 11 111111 0 1100011 1000110 10010 101010111 1100001 101010

Color Harmonies of #D2033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2033F

Black with #D2033F

Text Example


Text Example

White with #D2033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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