Html Css Color HEX #C8273C Brick Red

📋 copy color: '#C8273C'

red 200 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #C8273C

Tints of Brick Red #C8273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 66.89%
G = 13.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8273C (or 0xC8273C) is known color: Brick Red. HEX triplet: C8, 27 and 3C. RGB value is (200,39,60). Sum of RGB (Red+Green+Blue) = 200+39+60=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8273C is #37D8C3. Grayscale: #595959. Windows color (decimal): -3659972 or 3942344. OLE color: 3942344.

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

Color convert

RGB 200 39 60 -
CMYK 0 0.80 0.7 0.22
HSL 352.17º 0.67% 0.47% -
HSV(B) 352.17º 0.81% 0.78% -
XYZ 25.36 14.06 5.65 -
YUV 89.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 200 39 60 0 0.80 0.7 0.22 352.17 0.67 0.47
Hex C8 27 3C 0 50 46 16 160 43 2F
Octal 310 47 74 0 120 106 26 540 103 57
Binary 11001000 100111 111100 0 1010000 1000110 10110 101100000 1000011 101111

Color Harmonies of #C8273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8273C

Black with #C8273C

Text Example


Text Example

White with #C8273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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