Html Css Color HEX #C5333E Brick Red

📋 copy color: '#C5333E'

red 197 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #C5333E

Tints of Brick Red #C5333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 63.55%
G = 16.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5333E (or 0xC5333E) is known color: Brick Red. HEX triplet: C5, 33 and 3E. RGB value is (197,51,62). Sum of RGB (Red+Green+Blue) = 197+51+62=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5333E is #3ACCC1. Grayscale: #606060. Windows color (decimal): -3853506 or 4076485. OLE color: 4076485.

HSL color Cylindrical-coordinate representation of color #C5333E: hue angle of 355.48º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5333E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 62 -
CMYK 0 0.74 0.69 0.23
HSL 355.48º 0.59% 0.49% -
HSV(B) 355.48º 0.74% 0.77% -
XYZ 25.08 14.59 6.05 -
YUV 95.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 197 51 62 0 0.74 0.69 0.23 355.48 0.59 0.49
Hex C5 33 3E 0 4A 45 17 163 3B 31
Octal 305 63 76 0 112 105 27 543 73 61
Binary 11000101 110011 111110 0 1001010 1000101 10111 101100011 111011 110001

Color Harmonies of #C5333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5333E

Black with #C5333E

Text Example


Text Example

White with #C5333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5333E; }

 p { color: rgb(197,51,62); }

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

background-color css

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

 a { background-color: rgb(197,51,62); }

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

border-color css

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

 span { border-color: rgb(197,51,62); }

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