Html Css Color HEX #C7034A Crimson

📋 copy color: '#C7034A'

red 199 ◦ green 3 ◦ blue 74

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

Shades of Crimson #C7034A

Tints of Crimson #C7034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 72.1%
G = 1.09%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7034A (or 0xC7034A) is known color: Crimson. HEX triplet: C7, 03 and 4A. RGB value is (199,3,74). Sum of RGB (Red+Green+Blue) = 199+3+74=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7034A is #38FCB5. Grayscale: #454545. Windows color (decimal): -3734710 or 4850631. OLE color: 4850631.

HSL color Cylindrical-coordinate representation of color #C7034A: hue angle of 338.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7034A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 74 -
CMYK 0 0.98 0.63 0.22
HSL 338.27º 0.97% 0.4% -
HSV(B) 338.27º 0.98% 0.78% -
XYZ 24.82 12.7 7.62 -
YUV 69.7 130.43 220.23 -
System Red Green Blue C M Y K H S L
Decimal 199 3 74 0 0.98 0.63 0.22 338.27 0.97 0.4
Hex C7 3 4A 0 62 3F 16 152 61 28
Octal 307 3 112 0 142 77 26 522 141 50
Binary 11000111 11 1001010 0 1100010 111111 10110 101010010 1100001 101000

Color Harmonies of #C7034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7034A

Black with #C7034A

Text Example


Text Example

White with #C7034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7034A; }

 p { color: rgb(199,3,74); }

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

background-color css

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

 a { background-color: rgb(199,3,74); }

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

border-color css

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

 span { border-color: rgb(199,3,74); }

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