Html Css Color HEX #C83542 Brick Red

📋 copy color: '#C83542'

red 200 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C83542

Tints of Brick Red #C83542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 62.7%
G = 16.61%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C83542 (or 0xC83542) is known color: Brick Red. HEX triplet: C8, 35 and 42. RGB value is (200,53,66). Sum of RGB (Red+Green+Blue) = 200+53+66=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C83542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83542 is #37CABD. Grayscale: #626262. Windows color (decimal): -3656382 or 4339144. OLE color: 4339144.

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

Color convert

RGB 200 53 66 -
CMYK 0 0.74 0.67 0.22
HSL 354.69º 0.58% 0.5% -
HSV(B) 354.69º 0.74% 0.78% -
XYZ 26.08 15.22 6.72 -
YUV 98.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 200 53 66 0 0.74 0.67 0.22 354.69 0.58 0.5
Hex C8 35 42 0 4A 43 16 163 3A 32
Octal 310 65 102 0 112 103 26 543 72 62
Binary 11001000 110101 1000010 0 1001010 1000011 10110 101100011 111010 110010

Color Harmonies of #C83542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83542

Black with #C83542

Text Example


Text Example

White with #C83542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83542; }

 p { color: rgb(200,53,66); }

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

background-color css

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

 a { background-color: rgb(200,53,66); }

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

border-color css

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

 span { border-color: rgb(200,53,66); }

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