Html Css Color HEX #C62642 Brick Red

📋 copy color: '#C62642'

red 198 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #C62642

Tints of Brick Red #C62642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 65.56%
G = 12.58%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C62642 (or 0xC62642) is known color: Brick Red. HEX triplet: C6, 26 and 42. RGB value is (198,38,66). Sum of RGB (Red+Green+Blue) = 198+38+66=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62642 is #39D9BD. Grayscale: #595959. Windows color (decimal): -3791294 or 4335302. OLE color: 4335302.

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

Color convert

RGB 198 38 66 -
CMYK 0 0.81 0.67 0.22
HSL 349.5º 0.68% 0.46% -
HSV(B) 349.5º 0.81% 0.78% -
XYZ 24.97 13.79 6.5 -
YUV 89.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 198 38 66 0 0.81 0.67 0.22 349.5 0.68 0.46
Hex C6 26 42 0 51 43 16 15E 44 2E
Octal 306 46 102 0 121 103 26 536 104 56
Binary 11000110 100110 1000010 0 1010001 1000011 10110 101011110 1000100 101110

Color Harmonies of #C62642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62642

Black with #C62642

Text Example


Text Example

White with #C62642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62642; }

 p { color: rgb(198,38,66); }

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

background-color css

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

 a { background-color: rgb(198,38,66); }

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

border-color css

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

 span { border-color: rgb(198,38,66); }

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