#C8263D

Color #C8263D Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C8263D

Tints of Brick Red #C8263D

Color information

#C8263D (or 0xC8263D) is unknown color: approx Brick Red. HEX triplet: C8, 26 and 3D. RGB value is (200,38,61). Sum of RGB (Red+Green+Blue) = 200+38+61=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8263D is #37D9C2. Grayscale: #595959. Windows color (decimal): -3660227 or 4007624. OLE color: 4007624.

HSL color Cylindrical-coordinate representation of color #C8263D: hue angle of 351.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8263D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2003861-
CMYK00.810.690.22
HSL351.48º68.07%46.67%-
HSV(B)351.48º81%78.43%-
XYZ25.35145.78-
YUV89.06112.17207.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.89%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=66.89%
G=12.71%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200386100.810.690.22351.4868.0746.67
HexC8263D051451615f442f
Octal310467501211052653710457
Binary11001000100110111101010100011000101101101010111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8263D; }

 p { color: rgb(200,38,61); }

 H1.HeaderClassName
 {
   color: #C8263D;
 }
 .AnyTagClassName
 {
   color: #C8263D;
 }
</style>
background-color css

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

 a { background-color: rgb(200,38,61); }

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

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

 span { border-color: rgb(200,38,61); }

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