Html Css Color HEX #D60933 Crimson

📋 copy color: '#D60933'

red 214 ◦ green 9 ◦ blue 51

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

Shades of Crimson #D60933

Tints of Crimson #D60933

RGB

 RED value IS 214 (83.98% from 255) = 78.1%

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 78.1%
G = 3.28%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D60933 (or 0xD60933) is known color: Crimson. HEX triplet: D6, 09 and 33. RGB value is (214,9,51). Sum of RGB (Red+Green+Blue) = 214+9+51=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D60933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60933 is #29F6CC. Grayscale: #4B4B4B. Windows color (decimal): -2750157 or 3344854. OLE color: 3344854.

HSL color Cylindrical-coordinate representation of color #D60933: hue angle of 347.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60933 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 51 -
CMYK 0 0.96 0.76 0.16
HSL 347.71º 0.92% 0.44% -
HSV(B) 347.71º 0.96% 0.84% -
XYZ 28.43 14.73 4.48 -
YUV 75.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 214 9 51 0 0.96 0.76 0.16 347.71 0.92 0.44
Hex D6 9 33 0 60 4C 10 15C 5C 2C
Octal 326 11 63 0 140 114 20 534 134 54
Binary 11010110 1001 110011 0 1100000 1001100 10000 101011100 1011100 101100

Color Harmonies of #D60933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60933

Black with #D60933

Text Example


Text Example

White with #D60933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60933; }

 p { color: rgb(214,9,51); }

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

background-color css

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

 a { background-color: rgb(214,9,51); }

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

border-color css

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

 span { border-color: rgb(214,9,51); }

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