Html Css Color HEX #D60B3A Crimson

📋 copy color: '#D60B3A'

red 214 ◦ green 11 ◦ blue 58

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

Shades of Crimson #D60B3A

Tints of Crimson #D60B3A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 75.62%
G = 3.89%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D60B3A (or 0xD60B3A) is known color: Crimson. HEX triplet: D6, 0B and 3A. RGB value is (214,11,58). Sum of RGB (Red+Green+Blue) = 214+11+58=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B3A is #29F4C5. Grayscale: #4D4D4D. Windows color (decimal): -2749638 or 3804118. OLE color: 3804118.

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

Color convert

RGB 214 11 58 -
CMYK 0 0.95 0.73 0.16
HSL 346.11º 0.9% 0.44% -
HSV(B) 346.11º 0.95% 0.84% -
XYZ 28.61 14.84 5.36 -
YUV 77.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 214 11 58 0 0.95 0.73 0.16 346.11 0.9 0.44
Hex D6 B 3A 0 5F 49 10 15A 5A 2C
Octal 326 13 72 0 137 111 20 532 132 54
Binary 11010110 1011 111010 0 1011111 1001001 10000 101011010 1011010 101100

Color Harmonies of #D60B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B3A

Black with #D60B3A

Text Example


Text Example

White with #D60B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B3A; }

 p { color: rgb(214,11,58); }

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

background-color css

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

 a { background-color: rgb(214,11,58); }

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

border-color css

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

 span { border-color: rgb(214,11,58); }

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