Html Css Color HEX #D7063C Crimson

📋 copy color: '#D7063C'

red 215 ◦ green 6 ◦ blue 60

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

Shades of Crimson #D7063C

Tints of Crimson #D7063C

RGB

 RED value IS 215 (84.38% from 255) = 76.51%

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 76.51%
G = 2.14%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7063C (or 0xD7063C) is known color: Crimson. HEX triplet: D7, 06 and 3C. RGB value is (215,6,60). Sum of RGB (Red+Green+Blue) = 215+6+60=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7063C is #28F9C3. Grayscale: #4A4A4A. Windows color (decimal): -2685380 or 3933911. OLE color: 3933911.

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

Color convert

RGB 215 6 60 -
CMYK 0 0.97 0.72 0.16
HSL 344.5º 0.95% 0.43% -
HSV(B) 344.5º 0.97% 0.84% -
XYZ 28.91 14.9 5.63 -
YUV 74.65 119.74 228.11 -
System Red Green Blue C M Y K H S L
Decimal 215 6 60 0 0.97 0.72 0.16 344.5 0.95 0.43
Hex D7 6 3C 0 61 48 10 158 5F 2B
Octal 327 6 74 0 141 110 20 530 137 53
Binary 11010111 110 111100 0 1100001 1001000 10000 101011000 1011111 101011

Color Harmonies of #D7063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7063C

Black with #D7063C

Text Example


Text Example

White with #D7063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7063C; }

 p { color: rgb(215,6,60); }

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

background-color css

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

 a { background-color: rgb(215,6,60); }

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

border-color css

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

 span { border-color: rgb(215,6,60); }

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