Html Css Color HEX #D7083C Crimson

📋 copy color: '#D7083C'

red 215 ◦ green 8 ◦ blue 60

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

Shades of Crimson #D7083C

Tints of Crimson #D7083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

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

R = 75.97%
G = 2.83%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7083C (or 0xD7083C) is known color: Crimson. HEX triplet: D7, 08 and 3C. RGB value is (215,8,60). Sum of RGB (Red+Green+Blue) = 215+8+60=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7083C is #28F7C3. Grayscale: #4B4B4B. Windows color (decimal): -2684868 or 3934423. OLE color: 3934423.

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

Color convert

RGB 215 8 60 -
CMYK 0 0.96 0.72 0.16
HSL 344.93º 0.93% 0.44% -
HSV(B) 344.93º 0.96% 0.84% -
XYZ 28.93 14.95 5.64 -
YUV 75.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 215 8 60 0 0.96 0.72 0.16 344.93 0.93 0.44
Hex D7 8 3C 0 60 48 10 159 5D 2C
Octal 327 10 74 0 140 110 20 531 135 54
Binary 11010111 1000 111100 0 1100000 1001000 10000 101011001 1011101 101100

Color Harmonies of #D7083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7083C

Black with #D7083C

Text Example


Text Example

White with #D7083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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