Html Css Color HEX #D00A41 Crimson

📋 copy color: '#D00A41'

red 208 ◦ green 10 ◦ blue 65

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

Shades of Crimson #D00A41

Tints of Crimson #D00A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 73.5%
G = 3.53%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00A41 (or 0xD00A41) is known color: Crimson. HEX triplet: D0, 0A and 41. RGB value is (208,10,65). Sum of RGB (Red+Green+Blue) = 208+10+65=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A41 is #2FF5BE. Grayscale: #4B4B4B. Windows color (decimal): -3143103 or 4262608. OLE color: 4262608.

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

Color convert

RGB 208 10 65 -
CMYK 0 0.95 0.69 0.18
HSL 343.33º 0.91% 0.43% -
HSV(B) 343.33º 0.95% 0.82% -
XYZ 27.08 14.01 6.28 -
YUV 75.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 208 10 65 0 0.95 0.69 0.18 343.33 0.91 0.43
Hex D0 A 41 0 5F 45 12 157 5B 2B
Octal 320 12 101 0 137 105 22 527 133 53
Binary 11010000 1010 1000001 0 1011111 1000101 10010 101010111 1011011 101011

Color Harmonies of #D00A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A41

Black with #D00A41

Text Example


Text Example

White with #D00A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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