Html Css Color HEX #C8283E Brick Red

📋 copy color: '#C8283E'

red 200 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #C8283E

Tints of Brick Red #C8283E

RGB

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

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

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

R = 66.23%
G = 13.25%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8283E (or 0xC8283E) is known color: Brick Red. HEX triplet: C8, 28 and 3E. RGB value is (200,40,62). Sum of RGB (Red+Green+Blue) = 200+40+62=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8283E is #37D7C1. Grayscale: #5A5A5A. Windows color (decimal): -3659714 or 4073672. OLE color: 4073672.

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

Color convert

RGB 200 40 62 -
CMYK 0 0.8 0.69 0.22
HSL 351.75º 0.67% 0.47% -
HSV(B) 351.75º 0.8% 0.78% -
XYZ 25.45 14.14 5.95 -
YUV 90.35 112.01 206.21 -
System Red Green Blue C M Y K H S L
Decimal 200 40 62 0 0.8 0.69 0.22 351.75 0.67 0.47
Hex C8 28 3E 0 50 45 16 160 43 2F
Octal 310 50 76 0 120 105 26 540 103 57
Binary 11001000 101000 111110 0 1010000 1000101 10110 101100000 1000011 101111

Color Harmonies of #C8283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8283E

Black with #C8283E

Text Example


Text Example

White with #C8283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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