Html Css Color HEX #D00D3A Crimson

📋 copy color: '#D00D3A'

red 208 ◦ green 13 ◦ blue 58

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

Shades of Crimson #D00D3A

Tints of Crimson #D00D3A

RGB

 RED value IS 208 (81.64% from 255) = 74.55%

 GREEN value IS 13 (5.47% from 255) = 4.66%

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 74.55%
G = 4.66%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D00D3A (or 0xD00D3A) is known color: Crimson. HEX triplet: D0, 0D and 3A. RGB value is (208,13,58). Sum of RGB (Red+Green+Blue) = 208+13+58=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D3A is #2FF2C5. Grayscale: #4C4C4C. Windows color (decimal): -3142342 or 3804624. OLE color: 3804624.

HSL color Cylindrical-coordinate representation of color #D00D3A: hue angle of 346.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D3A is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 58 -
CMYK 0 0.94 0.72 0.18
HSL 346.15º 0.88% 0.43% -
HSV(B) 346.15º 0.94% 0.82% -
XYZ 26.92 14 5.29 -
YUV 76.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 208 13 58 0 0.94 0.72 0.18 346.15 0.88 0.43
Hex D0 D 3A 0 5E 48 12 15A 58 2B
Octal 320 15 72 0 136 110 22 532 130 53
Binary 11010000 1101 111010 0 1011110 1001000 10010 101011010 1011000 101011

Color Harmonies of #D00D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D3A

Black with #D00D3A

Text Example


Text Example

White with #D00D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D3A; }

 p { color: rgb(208,13,58); }

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

background-color css

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

 a { background-color: rgb(208,13,58); }

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

border-color css

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

 span { border-color: rgb(208,13,58); }

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