Html Css Color HEX #D00A48 Crimson

📋 copy color: '#D00A48'

red 208 ◦ green 10 ◦ blue 72

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

Shades of Crimson #D00A48

Tints of Crimson #D00A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 71.72%
G = 3.45%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D00A48 (or 0xD00A48) is known color: Crimson. HEX triplet: D0, 0A and 48. RGB value is (208,10,72). Sum of RGB (Red+Green+Blue) = 208+10+72=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A48 is #2FF5B7. Grayscale: #4C4C4C. Windows color (decimal): -3143096 or 4721360. OLE color: 4721360.

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

Color convert

RGB 208 10 72 -
CMYK 0 0.95 0.65 0.18
HSL 341.21º 0.91% 0.43% -
HSV(B) 341.21º 0.95% 0.82% -
XYZ 27.29 14.09 7.41 -
YUV 76.27 125.6 221.96 -
System Red Green Blue C M Y K H S L
Decimal 208 10 72 0 0.95 0.65 0.18 341.21 0.91 0.43
Hex D0 A 48 0 5F 41 12 155 5B 2B
Octal 320 12 110 0 137 101 22 525 133 53
Binary 11010000 1010 1001000 0 1011111 1000001 10010 101010101 1011011 101011

Color Harmonies of #D00A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A48

Black with #D00A48

Text Example


Text Example

White with #D00A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A48; }

 p { color: rgb(208,10,72); }

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

background-color css

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

 a { background-color: rgb(208,10,72); }

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

border-color css

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

 span { border-color: rgb(208,10,72); }

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