Html Css Color HEX #D60430 Crimson

📋 copy color: '#D60430'

red 214 ◦ green 4 ◦ blue 48

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

Shades of Crimson #D60430

Tints of Crimson #D60430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 80.45%
G = 1.5%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D60430 (or 0xD60430) is known color: Crimson. HEX triplet: D6, 04 and 30. RGB value is (214,4,48). Sum of RGB (Red+Green+Blue) = 214+4+48=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D60430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60430 is #29FBCF. Grayscale: #474747. Windows color (decimal): -2751440 or 3146966. OLE color: 3146966.

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

Color convert

RGB 214 4 48 -
CMYK 0 0.98 0.78 0.16
HSL 347.43º 0.96% 0.43% -
HSV(B) 347.43º 0.98% 0.84% -
XYZ 28.31 14.6 4.12 -
YUV 71.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 214 4 48 0 0.98 0.78 0.16 347.43 0.96 0.43
Hex D6 4 30 0 62 4E 10 15B 60 2B
Octal 326 4 60 0 142 116 20 533 140 53
Binary 11010110 100 110000 0 1100010 1001110 10000 101011011 1100000 101011

Color Harmonies of #D60430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60430

Black with #D60430

Text Example


Text Example

White with #D60430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60430; }

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

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

background-color css

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

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

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

border-color css

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

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

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