Html Css Color HEX #D3002F Crimson

📋 copy color: '#D3002F'

red 211 ◦ green 0 ◦ blue 47

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

Shades of Crimson #D3002F

Tints of Crimson #D3002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 81.78%
G = 0%
B = 18.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3002F (or 0xD3002F) is known color: Crimson. HEX triplet: D3, 00 and 2F. RGB value is (211,0,47). Sum of RGB (Red+Green+Blue) = 211+0+47=258 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.78% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 211 - color contains mainly: red. Hex color #D3002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3002F is #2CFFD0. Grayscale: #444444. Windows color (decimal): -2949073 or 3080403. OLE color: 3080403.

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

Color convert

RGB 211 0 47 -
CMYK 0 1 0.78 0.17
HSL 346.64º 1% 0.41% -
HSV(B) 346.64º 1% 0.83% -
XYZ 27.38 14.05 3.96 -
YUV 68.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 211 0 47 0 1 0.78 0.17 346.64 1 0.41
Hex D3 0 2F 0 64 4E 11 15B 64 29
Octal 323 0 57 0 144 116 21 533 144 51
Binary 11010011 0 101111 0 1100100 1001110 10001 101011011 1100100 101001

Color Harmonies of #D3002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3002F

Black with #D3002F

Text Example


Text Example

White with #D3002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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