Html Css Color HEX #C83A42 Brick Red

📋 copy color: '#C83A42'

red 200 ◦ green 58 ◦ blue 66

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

Shades of Brick Red #C83A42

Tints of Brick Red #C83A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

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

R = 61.73%
G = 17.9%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C83A42 (or 0xC83A42) is known color: Brick Red. HEX triplet: C8, 3A and 42. RGB value is (200,58,66). Sum of RGB (Red+Green+Blue) = 200+58+66=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A42 is #37C5BD. Grayscale: #656565. Windows color (decimal): -3655102 or 4340424. OLE color: 4340424.

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

Color convert

RGB 200 58 66 -
CMYK 0 0.71 0.67 0.22
HSL 356.62º 0.56% 0.51% -
HSV(B) 356.62º 0.71% 0.78% -
XYZ 26.32 15.7 6.8 -
YUV 101.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 200 58 66 0 0.71 0.67 0.22 356.62 0.56 0.51
Hex C8 3A 42 0 47 43 16 165 38 33
Octal 310 72 102 0 107 103 26 545 70 63
Binary 11001000 111010 1000010 0 1000111 1000011 10110 101100101 111000 110011

Color Harmonies of #C83A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A42

Black with #C83A42

Text Example


Text Example

White with #C83A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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