Html Css Color HEX #C7283D Brick Red

📋 copy color: '#C7283D'

red 199 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #C7283D

Tints of Brick Red #C7283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 66.33%
G = 13.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7283D (or 0xC7283D) is known color: Brick Red. HEX triplet: C7, 28 and 3D. RGB value is (199,40,61). Sum of RGB (Red+Green+Blue) = 199+40+61=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7283D is #38D7C2. Grayscale: #5A5A5A. Windows color (decimal): -3725251 or 4008135. OLE color: 4008135.

HSL color Cylindrical-coordinate representation of color #C7283D: hue angle of 352.08º 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 #C7283D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 61 -
CMYK 0 0.80 0.69 0.22
HSL 352.08º 0.67% 0.47% -
HSV(B) 352.08º 0.8% 0.78% -
XYZ 25.15 14 5.79 -
YUV 89.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 199 40 61 0 0.80 0.69 0.22 352.08 0.67 0.47
Hex C7 28 3D 0 50 45 16 160 43 2F
Octal 307 50 75 0 120 105 26 540 103 57
Binary 11000111 101000 111101 0 1010000 1000101 10110 101100000 1000011 101111

Color Harmonies of #C7283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7283D

Black with #C7283D

Text Example


Text Example

White with #C7283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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