Html Css Color HEX #D00345 Crimson

📋 copy color: '#D00345'

red 208 ◦ green 3 ◦ blue 69

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

Shades of Crimson #D00345

Tints of Crimson #D00345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 74.29%
G = 1.07%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D00345 (or 0xD00345) is known color: Crimson. HEX triplet: D0, 03 and 45. RGB value is (208,3,69). Sum of RGB (Red+Green+Blue) = 208+3+69=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D00345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00345 is #2FFCBA. Grayscale: #474747. Windows color (decimal): -3144891 or 4522960. OLE color: 4522960.

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

Color convert

RGB 208 3 69 -
CMYK 0 0.99 0.67 0.18
HSL 340.68º 0.97% 0.41% -
HSV(B) 340.68º 0.99% 0.82% -
XYZ 27.12 13.9 6.88 -
YUV 71.82 126.42 225.13 -
System Red Green Blue C M Y K H S L
Decimal 208 3 69 0 0.99 0.67 0.18 340.68 0.97 0.41
Hex D0 3 45 0 63 43 12 155 61 29
Octal 320 3 105 0 143 103 22 525 141 51
Binary 11010000 11 1000101 0 1100011 1000011 10010 101010101 1100001 101001

Color Harmonies of #D00345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00345

Black with #D00345

Text Example


Text Example

White with #D00345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00345; }

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

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

background-color css

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

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

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

border-color css

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

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

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