Html Css Color HEX #D00643 Crimson

📋 copy color: '#D00643'

red 208 ◦ green 6 ◦ blue 67

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

Shades of Crimson #D00643

Tints of Crimson #D00643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 74.02%
G = 2.14%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00643 (or 0xD00643) is known color: Crimson. HEX triplet: D0, 06 and 43. RGB value is (208,6,67). Sum of RGB (Red+Green+Blue) = 208+6+67=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00643 is #2FF9BC. Grayscale: #494949. Windows color (decimal): -3144125 or 4392656. OLE color: 4392656.

HSL color Cylindrical-coordinate representation of color #D00643: hue angle of 341.88º degrees, saturation: 0.94, 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 #D00643 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 67 -
CMYK 0 0.97 0.68 0.18
HSL 341.88º 0.94% 0.42% -
HSV(B) 341.88º 0.97% 0.82% -
XYZ 27.09 13.95 6.57 -
YUV 73.35 124.42 224.04 -
System Red Green Blue C M Y K H S L
Decimal 208 6 67 0 0.97 0.68 0.18 341.88 0.94 0.42
Hex D0 6 43 0 61 44 12 156 5E 2A
Octal 320 6 103 0 141 104 22 526 136 52
Binary 11010000 110 1000011 0 1100001 1000100 10010 101010110 1011110 101010

Color Harmonies of #D00643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00643

Black with #D00643

Text Example


Text Example

White with #D00643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00643; }

 p { color: rgb(208,6,67); }

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

background-color css

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

 a { background-color: rgb(208,6,67); }

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

border-color css

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

 span { border-color: rgb(208,6,67); }

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