Html Css Color HEX #C7263D Brick Red

📋 copy color: '#C7263D'

red 199 ◦ green 38 ◦ blue 61

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

Shades of Brick Red #C7263D

Tints of Brick Red #C7263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 66.78%
G = 12.75%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7263D (or 0xC7263D) is known color: Brick Red. HEX triplet: C7, 26 and 3D. RGB value is (199,38,61). Sum of RGB (Red+Green+Blue) = 199+38+61=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7263D is #38D9C2. Grayscale: #585858. Windows color (decimal): -3725763 or 4007623. OLE color: 4007623.

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

Color convert

RGB 199 38 61 -
CMYK 0 0.81 0.69 0.22
HSL 351.43º 0.68% 0.46% -
HSV(B) 351.43º 0.81% 0.78% -
XYZ 25.09 13.87 5.77 -
YUV 88.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 199 38 61 0 0.81 0.69 0.22 351.43 0.68 0.46
Hex C7 26 3D 0 51 45 16 15F 44 2E
Octal 307 46 75 0 121 105 26 537 104 56
Binary 11000111 100110 111101 0 1010001 1000101 10110 101011111 1000100 101110

Color Harmonies of #C7263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7263D

Black with #C7263D

Text Example


Text Example

White with #C7263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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