Html Css Color HEX #C7404A Brick Red

📋 copy color: '#C7404A'

red 199 ◦ green 64 ◦ blue 74

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

Shades of Brick Red #C7404A

Tints of Brick Red #C7404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 59.05%
G = 18.99%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7404A (or 0xC7404A) is known color: Brick Red. HEX triplet: C7, 40 and 4A. RGB value is (199,64,74). Sum of RGB (Red+Green+Blue) = 199+64+74=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7404A is #38BFB5. Grayscale: #696969. Windows color (decimal): -3719094 or 4866247. OLE color: 4866247.

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

Color convert

RGB 199 64 74 -
CMYK 0 0.68 0.63 0.22
HSL 355.56º 0.55% 0.52% -
HSV(B) 355.56º 0.68% 0.78% -
XYZ 26.62 16.3 8.22 -
YUV 105.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 199 64 74 0 0.68 0.63 0.22 355.56 0.55 0.52
Hex C7 40 4A 0 44 3F 16 164 37 34
Octal 307 100 112 0 104 77 26 544 67 64
Binary 11000111 1000000 1001010 0 1000100 111111 10110 101100100 110111 110100

Color Harmonies of #C7404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7404A

Black with #C7404A

Text Example


Text Example

White with #C7404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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