Html Css Color HEX #D00341 Crimson

📋 copy color: '#D00341'

red 208 ◦ green 3 ◦ blue 65

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

Shades of Crimson #D00341

Tints of Crimson #D00341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 75.36%
G = 1.09%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00341 (or 0xD00341) is known color: Crimson. HEX triplet: D0, 03 and 41. RGB value is (208,3,65). Sum of RGB (Red+Green+Blue) = 208+3+65=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D00341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00341 is #2FFCBE. Grayscale: #474747. Windows color (decimal): -3144895 or 4260816. OLE color: 4260816.

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

Color convert

RGB 208 3 65 -
CMYK 0 0.99 0.69 0.18
HSL 341.85º 0.97% 0.41% -
HSV(B) 341.85º 0.99% 0.82% -
XYZ 27 13.86 6.25 -
YUV 71.36 124.42 225.46 -
System Red Green Blue C M Y K H S L
Decimal 208 3 65 0 0.99 0.69 0.18 341.85 0.97 0.41
Hex D0 3 41 0 63 45 12 156 61 29
Octal 320 3 101 0 143 105 22 526 141 51
Binary 11010000 11 1000001 0 1100011 1000101 10010 101010110 1100001 101001

Color Harmonies of #D00341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00341

Black with #D00341

Text Example


Text Example

White with #D00341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00341; }

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

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

background-color css

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

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

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

border-color css

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

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

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