Html Css Color HEX #D3002D Crimson

📋 copy color: '#D3002D'

red 211 ◦ green 0 ◦ blue 45

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

Shades of Crimson #D3002D

Tints of Crimson #D3002D

RGB

 RED value IS 211 (82.81% from 255) = 82.42%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 82.42%
G = 0%
B = 17.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3002D (or 0xD3002D) is known color: Crimson. HEX triplet: D3, 00 and 2D. RGB value is (211,0,45). Sum of RGB (Red+Green+Blue) = 211+0+45=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D3002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3002D is #2CFFD2. Grayscale: #444444. Windows color (decimal): -2949075 or 2949331. OLE color: 2949331.

HSL color Cylindrical-coordinate representation of color #D3002D: hue angle of 347.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3002D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 45 -
CMYK 0 1 0.79 0.17
HSL 347.2º 1% 0.41% -
HSV(B) 347.2º 1% 0.83% -
XYZ 27.34 14.04 3.75 -
YUV 68.22 114.9 229.84 -
System Red Green Blue C M Y K H S L
Decimal 211 0 45 0 1 0.79 0.17 347.2 1 0.41
Hex D3 0 2D 0 64 4F 11 15B 64 29
Octal 323 0 55 0 144 117 21 533 144 51
Binary 11010011 0 101101 0 1100100 1001111 10001 101011011 1100100 101001

Color Harmonies of #D3002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3002D

Black with #D3002D

Text Example


Text Example

White with #D3002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3002D; }

 p { color: rgb(211,0,45); }

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

background-color css

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

 a { background-color: rgb(211,0,45); }

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

border-color css

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

 span { border-color: rgb(211,0,45); }

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