Html Css Color HEX #D3073C Crimson

📋 copy color: '#D3073C'

red 211 ◦ green 7 ◦ blue 60

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

Shades of Crimson #D3073C

Tints of Crimson #D3073C

RGB

 RED value IS 211 (82.81% from 255) = 75.9%

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

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

R = 75.9%
G = 2.52%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3073C (or 0xD3073C) is known color: Crimson. HEX triplet: D3, 07 and 3C. RGB value is (211,7,60). Sum of RGB (Red+Green+Blue) = 211+7+60=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D3073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3073C is #2CF8C3. Grayscale: #4A4A4A. Windows color (decimal): -2947268 or 3934163. OLE color: 3934163.

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

Color convert

RGB 211 7 60 -
CMYK 0 0.97 0.72 0.17
HSL 344.41º 0.94% 0.43% -
HSV(B) 344.41º 0.97% 0.83% -
XYZ 27.76 14.33 5.58 -
YUV 74.04 120.09 225.69 -
System Red Green Blue C M Y K H S L
Decimal 211 7 60 0 0.97 0.72 0.17 344.41 0.94 0.43
Hex D3 7 3C 0 61 48 11 158 5E 2B
Octal 323 7 74 0 141 110 21 530 136 53
Binary 11010011 111 111100 0 1100001 1001000 10001 101011000 1011110 101011

Color Harmonies of #D3073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3073C

Black with #D3073C

Text Example


Text Example

White with #D3073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3073C; }

 p { color: rgb(211,7,60); }

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

background-color css

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

 a { background-color: rgb(211,7,60); }

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

border-color css

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

 span { border-color: rgb(211,7,60); }

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