Html Css Color HEX #D60730 Crimson

📋 copy color: '#D60730'

red 214 ◦ green 7 ◦ blue 48

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

Shades of Crimson #D60730

Tints of Crimson #D60730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 79.55%
G = 2.6%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D60730 (or 0xD60730) is known color: Crimson. HEX triplet: D6, 07 and 30. RGB value is (214,7,48). Sum of RGB (Red+Green+Blue) = 214+7+48=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D60730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60730 is #29F8CF. Grayscale: #494949. Windows color (decimal): -2750672 or 3147734. OLE color: 3147734.

HSL color Cylindrical-coordinate representation of color #D60730: hue angle of 348.12º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60730 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 48 -
CMYK 0 0.97 0.78 0.16
HSL 348.12º 0.94% 0.43% -
HSV(B) 348.12º 0.97% 0.84% -
XYZ 28.34 14.66 4.13 -
YUV 73.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 214 7 48 0 0.97 0.78 0.16 348.12 0.94 0.43
Hex D6 7 30 0 61 4E 10 15C 5E 2B
Octal 326 7 60 0 141 116 20 534 136 53
Binary 11010110 111 110000 0 1100001 1001110 10000 101011100 1011110 101011

Color Harmonies of #D60730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60730

Black with #D60730

Text Example


Text Example

White with #D60730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60730; }

 p { color: rgb(214,7,48); }

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

background-color css

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

 a { background-color: rgb(214,7,48); }

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

border-color css

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

 span { border-color: rgb(214,7,48); }

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