Html Css Color HEX #D00141 Crimson

📋 copy color: '#D00141'

red 208 ◦ green 1 ◦ blue 65

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

Shades of Crimson #D00141

Tints of Crimson #D00141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 75.91%
G = 0.36%
B = 23.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00141 (or 0xD00141) is known color: Crimson. HEX triplet: D0, 01 and 41. RGB value is (208,1,65). Sum of RGB (Red+Green+Blue) = 208+1+65=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D00141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00141 is #2FFEBE. Grayscale: #464646. Windows color (decimal): -3145407 or 4260304. OLE color: 4260304.

HSL color Cylindrical-coordinate representation of color #D00141: hue angle of 341.45º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00141 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 65 -
CMYK 0 1.00 0.69 0.18
HSL 341.45º 0.99% 0.41% -
HSV(B) 341.45º 1% 0.82% -
XYZ 26.98 13.81 6.25 -
YUV 70.19 125.08 226.3 -
System Red Green Blue C M Y K H S L
Decimal 208 1 65 0 1.00 0.69 0.18 341.45 0.99 0.41
Hex D0 1 41 0 64 45 12 155 63 29
Octal 320 1 101 0 144 105 22 525 143 51
Binary 11010000 1 1000001 0 1100100 1000101 10010 101010101 1100011 101001

Color Harmonies of #D00141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00141

Black with #D00141

Text Example


Text Example

White with #D00141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00141; }

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

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

background-color css

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

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

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

border-color css

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

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

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