Html Css Color HEX #D00045 Crimson

📋 copy color: '#D00045'

red 208 ◦ green 0 ◦ blue 69

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

Shades of Crimson #D00045

Tints of Crimson #D00045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.09%
G = 0%
B = 24.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D00045 (or 0xD00045) is known color: Crimson. HEX triplet: D0, 00 and 45. RGB value is (208,0,69). Sum of RGB (Red+Green+Blue) = 208+0+69=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00045 is #2FFFBA. Grayscale: #454545. Windows color (decimal): -3145659 or 4522192. OLE color: 4522192.

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

Color convert

RGB 208 0 69 -
CMYK 0 1 0.67 0.18
HSL 340.1º 1% 0.41% -
HSV(B) 340.1º 1% 0.82% -
XYZ 27.09 13.84 6.87 -
YUV 70.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 208 0 69 0 1 0.67 0.18 340.1 1 0.41
Hex D0 0 45 0 64 43 12 154 64 29
Octal 320 0 105 0 144 103 22 524 144 51
Binary 11010000 0 1000101 0 1100100 1000011 10010 101010100 1100100 101001

Color Harmonies of #D00045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00045

Black with #D00045

Text Example


Text Example

White with #D00045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00045; }

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

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

background-color css

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

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

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

border-color css

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

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

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