Html Css Color HEX #D3002B Crimson

📋 copy color: '#D3002B'

red 211 ◦ green 0 ◦ blue 43

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

Shades of Crimson #D3002B

Tints of Crimson #D3002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 83.07%
G = 0%
B = 16.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3002B (or 0xD3002B) is known color: Crimson. HEX triplet: D3, 00 and 2B. RGB value is (211,0,43). Sum of RGB (Red+Green+Blue) = 211+0+43=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D3002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3002B is #2CFFD4. Grayscale: #444444. Windows color (decimal): -2949077 or 2818259. OLE color: 2818259.

HSL color Cylindrical-coordinate representation of color #D3002B: hue angle of 347.77º 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 #D3002B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 43 -
CMYK 0 1 0.80 0.17
HSL 347.77º 1% 0.41% -
HSV(B) 347.77º 1% 0.83% -
XYZ 27.3 14.02 3.55 -
YUV 67.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 211 0 43 0 1 0.80 0.17 347.77 1 0.41
Hex D3 0 2B 0 64 50 11 15C 64 29
Octal 323 0 53 0 144 120 21 534 144 51
Binary 11010011 0 101011 0 1100100 1010000 10001 101011100 1100100 101001

Color Harmonies of #D3002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3002B

Black with #D3002B

Text Example


Text Example

White with #D3002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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