Html Css Color HEX #C7424A Brick Red

📋 copy color: '#C7424A'

red 199 ◦ green 66 ◦ blue 74

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

Shades of Brick Red #C7424A

Tints of Brick Red #C7424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 58.7%
G = 19.47%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7424A (or 0xC7424A) is known color: Brick Red. HEX triplet: C7, 42 and 4A. RGB value is (199,66,74). Sum of RGB (Red+Green+Blue) = 199+66+74=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7424A is #38BDB5. Grayscale: #6A6A6A. Windows color (decimal): -3718582 or 4866759. OLE color: 4866759.

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

Color convert

RGB 199 66 74 -
CMYK 0 0.67 0.63 0.22
HSL 356.39º 0.54% 0.52% -
HSV(B) 356.39º 0.67% 0.78% -
XYZ 26.74 16.53 8.26 -
YUV 106.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 199 66 74 0 0.67 0.63 0.22 356.39 0.54 0.52
Hex C7 42 4A 0 43 3F 16 164 36 34
Octal 307 102 112 0 103 77 26 544 66 64
Binary 11000111 1000010 1001010 0 1000011 111111 10110 101100100 110110 110100

Color Harmonies of #C7424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7424A

Black with #C7424A

Text Example


Text Example

White with #C7424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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