Html Css Color HEX #D6063A Crimson

📋 copy color: '#D6063A'

red 214 ◦ green 6 ◦ blue 58

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

Shades of Crimson #D6063A

Tints of Crimson #D6063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 76.98%
G = 2.16%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6063A (or 0xD6063A) is known color: Crimson. HEX triplet: D6, 06 and 3A. RGB value is (214,6,58). Sum of RGB (Red+Green+Blue) = 214+6+58=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6063A is #29F9C5. Grayscale: #4A4A4A. Windows color (decimal): -2750918 or 3802838. OLE color: 3802838.

HSL color Cylindrical-coordinate representation of color #D6063A: hue angle of 345º degrees, saturation: 0.95, 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 #D6063A is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 58 -
CMYK 0 0.97 0.73 0.16
HSL 345º 0.95% 0.43% -
HSV(B) 345º 0.97% 0.84% -
XYZ 28.56 14.73 5.34 -
YUV 74.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 214 6 58 0 0.97 0.73 0.16 345 0.95 0.43
Hex D6 6 3A 0 61 49 10 159 5F 2B
Octal 326 6 72 0 141 111 20 531 137 53
Binary 11010110 110 111010 0 1100001 1001001 10000 101011001 1011111 101011

Color Harmonies of #D6063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6063A

Black with #D6063A

Text Example


Text Example

White with #D6063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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