Html Css Color HEX #C8273E Brick Red

📋 copy color: '#C8273E'

red 200 ◦ green 39 ◦ blue 62

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

Shades of Brick Red #C8273E

Tints of Brick Red #C8273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 66.45%
G = 12.96%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8273E (or 0xC8273E) is known color: Brick Red. HEX triplet: C8, 27 and 3E. RGB value is (200,39,62). Sum of RGB (Red+Green+Blue) = 200+39+62=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8273E is #37D8C1. Grayscale: #595959. Windows color (decimal): -3659970 or 4073416. OLE color: 4073416.

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

Color convert

RGB 200 39 62 -
CMYK 0 0.80 0.69 0.22
HSL 351.43º 0.67% 0.47% -
HSV(B) 351.43º 0.81% 0.78% -
XYZ 25.41 14.08 5.94 -
YUV 89.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 200 39 62 0 0.80 0.69 0.22 351.43 0.67 0.47
Hex C8 27 3E 0 50 45 16 15F 43 2F
Octal 310 47 76 0 120 105 26 537 103 57
Binary 11001000 100111 111110 0 1010000 1000101 10110 101011111 1000011 101111

Color Harmonies of #C8273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8273E

Black with #C8273E

Text Example


Text Example

White with #C8273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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