Html Css Color HEX #C5424B Brick Red

📋 copy color: '#C5424B'

red 197 ◦ green 66 ◦ blue 75

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

Shades of Brick Red #C5424B

Tints of Brick Red #C5424B

RGB

 RED value IS 197 (77.34% from 255) = 58.28%

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 58.28%
G = 19.53%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5424B (or 0xC5424B) is known color: Brick Red. HEX triplet: C5, 42 and 4B. RGB value is (197,66,75). Sum of RGB (Red+Green+Blue) = 197+66+75=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5424B is #3ABDB4. Grayscale: #6A6A6A. Windows color (decimal): -3849653 or 4932293. OLE color: 4932293.

HSL color Cylindrical-coordinate representation of color #C5424B: hue angle of 355.88º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5424B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 75 -
CMYK 0 0.66 0.62 0.23
HSL 355.88º 0.53% 0.52% -
HSV(B) 355.88º 0.66% 0.77% -
XYZ 26.24 16.27 8.41 -
YUV 106.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 197 66 75 0 0.66 0.62 0.23 355.88 0.53 0.52
Hex C5 42 4B 0 42 3E 17 164 35 34
Octal 305 102 113 0 102 76 27 544 65 64
Binary 11000101 1000010 1001011 0 1000010 111110 10111 101100100 110101 110100

Color Harmonies of #C5424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5424B

Black with #C5424B

Text Example


Text Example

White with #C5424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5424B; }

 p { color: rgb(197,66,75); }

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

background-color css

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

 a { background-color: rgb(197,66,75); }

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

border-color css

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

 span { border-color: rgb(197,66,75); }

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