Html Css Color HEX #C8263F Brick Red

📋 copy color: '#C8263F'

red 200 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #C8263F

Tints of Brick Red #C8263F

RGB

 RED value IS 200 (78.52% from 255) = 66.45%

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 63 (25% from 255) = 20.93%

R = 66.45%
G = 12.62%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8263F (or 0xC8263F) is known color: Brick Red. HEX triplet: C8, 26 and 3F. RGB value is (200,38,63). Sum of RGB (Red+Green+Blue) = 200+38+63=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8263F is #37D9C0. Grayscale: #595959. Windows color (decimal): -3660225 or 4138696. OLE color: 4138696.

HSL color Cylindrical-coordinate representation of color #C8263F: hue angle of 350.74º 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 #C8263F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 63 -
CMYK 0 0.81 0.68 0.22
HSL 350.74º 0.68% 0.47% -
HSV(B) 350.74º 0.81% 0.78% -
XYZ 25.41 14.02 6.07 -
YUV 89.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 200 38 63 0 0.81 0.68 0.22 350.74 0.68 0.47
Hex C8 26 3F 0 51 44 16 15F 44 2F
Octal 310 46 77 0 121 104 26 537 104 57
Binary 11001000 100110 111111 0 1010001 1000100 10110 101011111 1000100 101111

Color Harmonies of #C8263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8263F

Black with #C8263F

Text Example


Text Example

White with #C8263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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