Html Css Color HEX #D00745 Crimson

📋 copy color: '#D00745'

red 208 ◦ green 7 ◦ blue 69

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

Shades of Crimson #D00745

Tints of Crimson #D00745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 73.24%
G = 2.46%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D00745 (or 0xD00745) is known color: Crimson. HEX triplet: D0, 07 and 45. RGB value is (208,7,69). Sum of RGB (Red+Green+Blue) = 208+7+69=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D00745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00745 is #2FF8BA. Grayscale: #4A4A4A. Windows color (decimal): -3143867 or 4523984. OLE color: 4523984.

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

Color convert

RGB 208 7 69 -
CMYK 0 0.97 0.67 0.18
HSL 341.49º 0.93% 0.42% -
HSV(B) 341.49º 0.97% 0.82% -
XYZ 27.16 13.99 6.9 -
YUV 74.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 208 7 69 0 0.97 0.67 0.18 341.49 0.93 0.42
Hex D0 7 45 0 61 43 12 155 5D 2A
Octal 320 7 105 0 141 103 22 525 135 52
Binary 11010000 111 1000101 0 1100001 1000011 10010 101010101 1011101 101010

Color Harmonies of #D00745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00745

Black with #D00745

Text Example


Text Example

White with #D00745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00745; }

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

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

background-color css

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

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

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

border-color css

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

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

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