Html Css Color HEX #D00943 Crimson

📋 copy color: '#D00943'

red 208 ◦ green 9 ◦ blue 67

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

Shades of Crimson #D00943

Tints of Crimson #D00943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 73.24%
G = 3.17%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00943 (or 0xD00943) is known color: Crimson. HEX triplet: D0, 09 and 43. RGB value is (208,9,67). Sum of RGB (Red+Green+Blue) = 208+9+67=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D00943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00943 is #2FF6BC. Grayscale: #4B4B4B. Windows color (decimal): -3143357 or 4393424. OLE color: 4393424.

HSL color Cylindrical-coordinate representation of color #D00943: hue angle of 342.51º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00943 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 67 -
CMYK 0 0.96 0.68 0.18
HSL 342.51º 0.92% 0.43% -
HSV(B) 342.51º 0.96% 0.82% -
XYZ 27.12 14.01 6.58 -
YUV 75.11 123.43 222.78 -
System Red Green Blue C M Y K H S L
Decimal 208 9 67 0 0.96 0.68 0.18 342.51 0.92 0.43
Hex D0 9 43 0 60 44 12 157 5C 2B
Octal 320 11 103 0 140 104 22 527 134 53
Binary 11010000 1001 1000011 0 1100000 1000100 10010 101010111 1011100 101011

Color Harmonies of #D00943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00943

Black with #D00943

Text Example


Text Example

White with #D00943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00943; }

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

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

background-color css

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

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

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

border-color css

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

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

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