Html Css Color HEX #D60938 Crimson

📋 copy color: '#D60938'

red 214 ◦ green 9 ◦ blue 56

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

Shades of Crimson #D60938

Tints of Crimson #D60938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 76.7%
G = 3.23%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D60938 (or 0xD60938) is known color: Crimson. HEX triplet: D6, 09 and 38. RGB value is (214,9,56). Sum of RGB (Red+Green+Blue) = 214+9+56=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D60938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60938 is #29F6C7. Grayscale: #4B4B4B. Windows color (decimal): -2750152 or 3672534. OLE color: 3672534.

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

Color convert

RGB 214 9 56 -
CMYK 0 0.96 0.74 0.16
HSL 346.24º 0.92% 0.44% -
HSV(B) 346.24º 0.96% 0.84% -
XYZ 28.54 14.78 5.09 -
YUV 75.65 116.92 226.68 -
System Red Green Blue C M Y K H S L
Decimal 214 9 56 0 0.96 0.74 0.16 346.24 0.92 0.44
Hex D6 9 38 0 60 4A 10 15A 5C 2C
Octal 326 11 70 0 140 112 20 532 134 54
Binary 11010110 1001 111000 0 1100000 1001010 10000 101011010 1011100 101100

Color Harmonies of #D60938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60938

Black with #D60938

Text Example


Text Example

White with #D60938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60938; }

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

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

background-color css

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

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

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

border-color css

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

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

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