Html Css Color HEX #C62E40 Brick Red

📋 copy color: '#C62E40'

red 198 ◦ green 46 ◦ blue 64

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

Shades of Brick Red #C62E40

Tints of Brick Red #C62E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 64.29%
G = 14.94%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C62E40 (or 0xC62E40) is known color: Brick Red. HEX triplet: C6, 2E and 40. RGB value is (198,46,64). Sum of RGB (Red+Green+Blue) = 198+46+64=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E40 is #39D1BF. Grayscale: #5D5D5D. Windows color (decimal): -3789248 or 4206278. OLE color: 4206278.

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

Color convert

RGB 198 46 64 -
CMYK 0 0.77 0.68 0.22
HSL 352.89º 0.62% 0.48% -
HSV(B) 352.89º 0.77% 0.78% -
XYZ 25.19 14.33 6.29 -
YUV 93.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 198 46 64 0 0.77 0.68 0.22 352.89 0.62 0.48
Hex C6 2E 40 0 4D 44 16 161 3E 30
Octal 306 56 100 0 115 104 26 541 76 60
Binary 11000110 101110 1000000 0 1001101 1000100 10110 101100001 111110 110000

Color Harmonies of #C62E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E40

Black with #C62E40

Text Example


Text Example

White with #C62E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E40; }

 p { color: rgb(198,46,64); }

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

background-color css

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

 a { background-color: rgb(198,46,64); }

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

border-color css

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

 span { border-color: rgb(198,46,64); }

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