Html Css Color HEX #C7084C Crimson

📋 copy color: '#C7084C'

red 199 ◦ green 8 ◦ blue 76

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

Shades of Crimson #C7084C

Tints of Crimson #C7084C

RGB

 RED value IS 199 (78.13% from 255) = 70.32%

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 70.32%
G = 2.83%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7084C (or 0xC7084C) is known color: Crimson. HEX triplet: C7, 08 and 4C. RGB value is (199,8,76). Sum of RGB (Red+Green+Blue) = 199+8+76=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7084C is #38F7B3. Grayscale: #484848. Windows color (decimal): -3733428 or 4982983. OLE color: 4982983.

HSL color Cylindrical-coordinate representation of color #C7084C: hue angle of 338.64º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7084C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 76 -
CMYK 0 0.96 0.62 0.22
HSL 338.64º 0.92% 0.41% -
HSV(B) 338.64º 0.96% 0.78% -
XYZ 24.94 12.84 8 -
YUV 72.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 199 8 76 0 0.96 0.62 0.22 338.64 0.92 0.41
Hex C7 8 4C 0 60 3E 16 153 5C 29
Octal 307 10 114 0 140 76 26 523 134 51
Binary 11000111 1000 1001100 0 1100000 111110 10110 101010011 1011100 101001

Color Harmonies of #C7084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7084C

Black with #C7084C

Text Example


Text Example

White with #C7084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7084C; }

 p { color: rgb(199,8,76); }

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

background-color css

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

 a { background-color: rgb(199,8,76); }

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

border-color css

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

 span { border-color: rgb(199,8,76); }

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