Html Css Color HEX #C5273C Brick Red

📋 copy color: '#C5273C'

red 197 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #C5273C

Tints of Brick Red #C5273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 66.55%
G = 13.18%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5273C (or 0xC5273C) is known color: Brick Red. HEX triplet: C5, 27 and 3C. RGB value is (197,39,60). Sum of RGB (Red+Green+Blue) = 197+39+60=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5273C is #3AD8C3. Grayscale: #585858. Windows color (decimal): -3856580 or 3942341. OLE color: 3942341.

HSL color Cylindrical-coordinate representation of color #C5273C: hue angle of 352.03º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5273C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 60 -
CMYK 0 0.80 0.70 0.23
HSL 352.03º 0.67% 0.46% -
HSV(B) 352.03º 0.8% 0.77% -
XYZ 24.57 13.65 5.61 -
YUV 88.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 197 39 60 0 0.80 0.70 0.23 352.03 0.67 0.46
Hex C5 27 3C 0 50 46 17 160 43 2E
Octal 305 47 74 0 120 106 27 540 103 56
Binary 11000101 100111 111100 0 1010000 1000110 10111 101100000 1000011 101110

Color Harmonies of #C5273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5273C

Black with #C5273C

Text Example


Text Example

White with #C5273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5273C; }

 p { color: rgb(197,39,60); }

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

background-color css

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

 a { background-color: rgb(197,39,60); }

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

border-color css

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

 span { border-color: rgb(197,39,60); }

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