Html Css Color HEX #C5283E Brick Red

📋 copy color: '#C5283E'

red 197 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #C5283E

Tints of Brick Red #C5283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 65.89%
G = 13.38%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5283E (or 0xC5283E) is known color: Brick Red. HEX triplet: C5, 28 and 3E. RGB value is (197,40,62). Sum of RGB (Red+Green+Blue) = 197+40+62=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5283E is #3AD7C1. Grayscale: #595959. Windows color (decimal): -3856322 or 4073669. OLE color: 4073669.

HSL color Cylindrical-coordinate representation of color #C5283E: hue angle of 351.59º degrees, saturation: 0.66, 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 #C5283E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 62 -
CMYK 0 0.80 0.69 0.23
HSL 351.59º 0.66% 0.46% -
HSV(B) 351.59º 0.8% 0.77% -
XYZ 24.65 13.74 5.91 -
YUV 89.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 197 40 62 0 0.80 0.69 0.23 351.59 0.66 0.46
Hex C5 28 3E 0 50 45 17 160 42 2E
Octal 305 50 76 0 120 105 27 540 102 56
Binary 11000101 101000 111110 0 1010000 1000101 10111 101100000 1000010 101110

Color Harmonies of #C5283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5283E

Black with #C5283E

Text Example


Text Example

White with #C5283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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