Html Css Color HEX #D00C41 Crimson

📋 copy color: '#D00C41'

red 208 ◦ green 12 ◦ blue 65

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

Shades of Crimson #D00C41

Tints of Crimson #D00C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 72.98%
G = 4.21%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00C41 (or 0xD00C41) is known color: Crimson. HEX triplet: D0, 0C and 41. RGB value is (208,12,65). Sum of RGB (Red+Green+Blue) = 208+12+65=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C41 is #2FF3BE. Grayscale: #4C4C4C. Windows color (decimal): -3142591 or 4263120. OLE color: 4263120.

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

Color convert

RGB 208 12 65 -
CMYK 0 0.94 0.69 0.18
HSL 343.78º 0.89% 0.43% -
HSV(B) 343.78º 0.94% 0.82% -
XYZ 27.1 14.05 6.29 -
YUV 76.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 208 12 65 0 0.94 0.69 0.18 343.78 0.89 0.43
Hex D0 C 41 0 5E 45 12 158 59 2B
Octal 320 14 101 0 136 105 22 530 131 53
Binary 11010000 1100 1000001 0 1011110 1000101 10010 101011000 1011001 101011

Color Harmonies of #D00C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C41

Black with #D00C41

Text Example


Text Example

White with #D00C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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