Html Css Color HEX #C83942 Brick Red

📋 copy color: '#C83942'

red 200 ◦ green 57 ◦ blue 66

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

Shades of Brick Red #C83942

Tints of Brick Red #C83942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 61.92%
G = 17.65%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C83942 (or 0xC83942) is known color: Brick Red. HEX triplet: C8, 39 and 42. RGB value is (200,57,66). Sum of RGB (Red+Green+Blue) = 200+57+66=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83942 is #37C6BD. Grayscale: #646464. Windows color (decimal): -3655358 or 4340168. OLE color: 4340168.

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

Color convert

RGB 200 57 66 -
CMYK 0 0.72 0.67 0.22
HSL 356.22º 0.57% 0.5% -
HSV(B) 356.22º 0.72% 0.78% -
XYZ 26.27 15.6 6.78 -
YUV 100.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 200 57 66 0 0.72 0.67 0.22 356.22 0.57 0.5
Hex C8 39 42 0 48 43 16 164 39 32
Octal 310 71 102 0 110 103 26 544 71 62
Binary 11001000 111001 1000010 0 1001000 1000011 10110 101100100 111001 110010

Color Harmonies of #C83942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83942

Black with #C83942

Text Example


Text Example

White with #C83942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83942; }

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

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

background-color css

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

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

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

border-color css

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

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

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