Html Css Color HEX #C83F46 Brick Red

📋 copy color: '#C83F46'

red 200 ◦ green 63 ◦ blue 70

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

Shades of Brick Red #C83F46

Tints of Brick Red #C83F46

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 60.06%
G = 18.92%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C83F46 (or 0xC83F46) is known color: Brick Red. HEX triplet: C8, 3F and 46. RGB value is (200,63,70). Sum of RGB (Red+Green+Blue) = 200+63+70=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F46 is #37C0B9. Grayscale: #686868. Windows color (decimal): -3653818 or 4603848. OLE color: 4603848.

HSL color Cylindrical-coordinate representation of color #C83F46: hue angle of 356.93º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F46 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 63 70 -
CMYK 0 0.68 0.65 0.22
HSL 356.93º 0.55% 0.52% -
HSV(B) 356.93º 0.69% 0.78% -
XYZ 26.7 16.28 7.53 -
YUV 104.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 200 63 70 0 0.68 0.65 0.22 356.93 0.55 0.52
Hex C8 3F 46 0 44 41 16 165 37 34
Octal 310 77 106 0 104 101 26 545 67 64
Binary 11001000 111111 1000110 0 1000100 1000001 10110 101100101 110111 110100

Color Harmonies of #C83F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F46

Black with #C83F46

Text Example


Text Example

White with #C83F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F46; }

 p { color: rgb(200,63,70); }

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

background-color css

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

 a { background-color: rgb(200,63,70); }

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

border-color css

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

 span { border-color: rgb(200,63,70); }

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