Html Css Color HEX #C8333E Brick Red

📋 copy color: '#C8333E'

red 200 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #C8333E

Tints of Brick Red #C8333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 63.9%
G = 16.29%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8333E (or 0xC8333E) is known color: Brick Red. HEX triplet: C8, 33 and 3E. RGB value is (200,51,62). Sum of RGB (Red+Green+Blue) = 200+51+62=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333E is #37CCC1. Grayscale: #606060. Windows color (decimal): -3656898 or 4076488. OLE color: 4076488.

HSL color Cylindrical-coordinate representation of color #C8333E: hue angle of 355.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8333E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 62 -
CMYK 0 0.74 0.69 0.22
HSL 355.57º 0.59% 0.49% -
HSV(B) 355.57º 0.75% 0.78% -
XYZ 25.87 14.99 6.09 -
YUV 96.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 200 51 62 0 0.74 0.69 0.22 355.57 0.59 0.49
Hex C8 33 3E 0 4A 45 16 164 3B 31
Octal 310 63 76 0 112 105 26 544 73 61
Binary 11001000 110011 111110 0 1001010 1000101 10110 101100100 111011 110001

Color Harmonies of #C8333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8333E

Black with #C8333E

Text Example


Text Example

White with #C8333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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