Html Css Color HEX #C62F47 Brick Red

📋 copy color: '#C62F47'

red 198 ◦ green 47 ◦ blue 71

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

Shades of Brick Red #C62F47

Tints of Brick Red #C62F47

RGB

 RED value IS 198 (77.73% from 255) = 62.66%

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 62.66%
G = 14.87%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62F47 (or 0xC62F47) is known color: Brick Red. HEX triplet: C6, 2F and 47. RGB value is (198,47,71). Sum of RGB (Red+Green+Blue) = 198+47+71=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F47 is #39D0B8. Grayscale: #5E5E5E. Windows color (decimal): -3788985 or 4665286. OLE color: 4665286.

HSL color Cylindrical-coordinate representation of color #C62F47: hue angle of 350.46º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62F47 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 47 71 -
CMYK 0 0.76 0.64 0.22
HSL 350.46º 0.62% 0.48% -
HSV(B) 350.46º 0.76% 0.78% -
XYZ 25.44 14.49 7.42 -
YUV 94.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 198 47 71 0 0.76 0.64 0.22 350.46 0.62 0.48
Hex C6 2F 47 0 4C 40 16 15E 3E 30
Octal 306 57 107 0 114 100 26 536 76 60
Binary 11000110 101111 1000111 0 1001100 1000000 10110 101011110 111110 110000

Color Harmonies of #C62F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F47

Black with #C62F47

Text Example


Text Example

White with #C62F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F47; }

 p { color: rgb(198,47,71); }

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

background-color css

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

 a { background-color: rgb(198,47,71); }

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

border-color css

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

 span { border-color: rgb(198,47,71); }

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