Html Css Color HEX #C7283B Brick Red

📋 copy color: '#C7283B'

red 199 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #C7283B

Tints of Brick Red #C7283B

RGB

 RED value IS 199 (78.13% from 255) = 66.78%

 GREEN value IS 40 (16.02% from 255) = 13.42%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 66.78%
G = 13.42%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7283B (or 0xC7283B) is known color: Brick Red. HEX triplet: C7, 28 and 3B. RGB value is (199,40,59). Sum of RGB (Red+Green+Blue) = 199+40+59=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7283B is #38D7C4. Grayscale: #595959. Windows color (decimal): -3725253 or 3877063. OLE color: 3877063.

HSL color Cylindrical-coordinate representation of color #C7283B: hue angle of 352.83º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7283B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 59 -
CMYK 0 0.80 0.70 0.22
HSL 352.83º 0.67% 0.47% -
HSV(B) 352.83º 0.8% 0.78% -
XYZ 25.1 13.98 5.51 -
YUV 89.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 199 40 59 0 0.80 0.70 0.22 352.83 0.67 0.47
Hex C7 28 3B 0 50 46 16 161 43 2F
Octal 307 50 73 0 120 106 26 541 103 57
Binary 11000111 101000 111011 0 1010000 1000110 10110 101100001 1000011 101111

Color Harmonies of #C7283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7283B

Black with #C7283B

Text Example


Text Example

White with #C7283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7283B; }

 p { color: rgb(199,40,59); }

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

background-color css

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

 a { background-color: rgb(199,40,59); }

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

border-color css

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

 span { border-color: rgb(199,40,59); }

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