Html Css Color HEX #D00441 Crimson

📋 copy color: '#D00441'

red 208 ◦ green 4 ◦ blue 65

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

Shades of Crimson #D00441

Tints of Crimson #D00441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 75.09%
G = 1.44%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00441 (or 0xD00441) is known color: Crimson. HEX triplet: D0, 04 and 41. RGB value is (208,4,65). Sum of RGB (Red+Green+Blue) = 208+4+65=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00441 is #2FFBBE. Grayscale: #474747. Windows color (decimal): -3144639 or 4261072. OLE color: 4261072.

HSL color Cylindrical-coordinate representation of color #D00441: hue angle of 342.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00441 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 65 -
CMYK 0 0.98 0.69 0.18
HSL 342.06º 0.96% 0.42% -
HSV(B) 342.06º 0.98% 0.82% -
XYZ 27.01 13.88 6.26 -
YUV 71.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 208 4 65 0 0.98 0.69 0.18 342.06 0.96 0.42
Hex D0 4 41 0 62 45 12 156 60 2A
Octal 320 4 101 0 142 105 22 526 140 52
Binary 11010000 100 1000001 0 1100010 1000101 10010 101010110 1100000 101010

Color Harmonies of #D00441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00441

Black with #D00441

Text Example


Text Example

White with #D00441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00441; }

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

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

background-color css

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

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

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

border-color css

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

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

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