Html Css Color HEX #D00A44 Crimson

📋 copy color: '#D00A44'

red 208 ◦ green 10 ◦ blue 68

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

Shades of Crimson #D00A44

Tints of Crimson #D00A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 72.73%
G = 3.5%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D00A44 (or 0xD00A44) is known color: Crimson. HEX triplet: D0, 0A and 44. RGB value is (208,10,68). Sum of RGB (Red+Green+Blue) = 208+10+68=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A44 is #2FF5BB. Grayscale: #4B4B4B. Windows color (decimal): -3143100 or 4459216. OLE color: 4459216.

HSL color Cylindrical-coordinate representation of color #D00A44: hue angle of 342.42º 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 #D00A44 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 68 -
CMYK 0 0.95 0.67 0.18
HSL 342.42º 0.91% 0.43% -
HSV(B) 342.42º 0.95% 0.82% -
XYZ 27.16 14.04 6.75 -
YUV 75.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 208 10 68 0 0.95 0.67 0.18 342.42 0.91 0.43
Hex D0 A 44 0 5F 43 12 156 5B 2B
Octal 320 12 104 0 137 103 22 526 133 53
Binary 11010000 1010 1000100 0 1011111 1000011 10010 101010110 1011011 101011

Color Harmonies of #D00A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A44

Black with #D00A44

Text Example


Text Example

White with #D00A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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