Html Css Color HEX #D00934 Crimson

📋 copy color: '#D00934'

red 208 ◦ green 9 ◦ blue 52

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

Shades of Crimson #D00934

Tints of Crimson #D00934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 77.32%
G = 3.35%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00934 (or 0xD00934) is known color: Crimson. HEX triplet: D0, 09 and 34. RGB value is (208,9,52). Sum of RGB (Red+Green+Blue) = 208+9+52=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D00934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00934 is #2FF6CB. Grayscale: #494949. Windows color (decimal): -3143372 or 3410384. OLE color: 3410384.

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

Color convert

RGB 208 9 52 -
CMYK 0 0.96 0.75 0.18
HSL 347.04º 0.92% 0.43% -
HSV(B) 347.04º 0.96% 0.82% -
XYZ 26.73 13.85 4.51 -
YUV 73.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 208 9 52 0 0.96 0.75 0.18 347.04 0.92 0.43
Hex D0 9 34 0 60 4B 12 15B 5C 2B
Octal 320 11 64 0 140 113 22 533 134 53
Binary 11010000 1001 110100 0 1100000 1001011 10010 101011011 1011100 101011

Color Harmonies of #D00934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00934

Black with #D00934

Text Example


Text Example

White with #D00934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00934; }

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

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

background-color css

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

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

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

border-color css

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

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

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