Html Css Color HEX #D2033D Crimson

📋 copy color: '#D2033D'

red 210 ◦ green 3 ◦ blue 61

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

Shades of Crimson #D2033D

Tints of Crimson #D2033D

RGB

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

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

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

R = 76.64%
G = 1.09%
B = 22.26%

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

#D2033D (or 0xD2033D) is known color: Crimson. HEX triplet: D2, 03 and 3D. RGB value is (210,3,61). Sum of RGB (Red+Green+Blue) = 210+3+61=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D2033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2033D is #2DFCC2. Grayscale: #474747. Windows color (decimal): -3013827 or 3998674. OLE color: 3998674.

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

Color convert

RGB 210 3 61 -
CMYK 0 0.99 0.71 0.18
HSL 343.19º 0.97% 0.42% -
HSV(B) 343.19º 0.99% 0.82% -
XYZ 27.45 14.1 5.69 -
YUV 71.51 122.08 226.78 -
System Red Green Blue C M Y K H S L
Decimal 210 3 61 0 0.99 0.71 0.18 343.19 0.97 0.42
Hex D2 3 3D 0 63 47 12 157 61 2A
Octal 322 3 75 0 143 107 22 527 141 52
Binary 11010010 11 111101 0 1100011 1000111 10010 101010111 1100001 101010

Color Harmonies of #D2033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2033D

Black with #D2033D

Text Example


Text Example

White with #D2033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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