Html Css Color HEX #C63341 Brick Red

📋 copy color: '#C63341'

red 198 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #C63341

Tints of Brick Red #C63341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 63.06%
G = 16.24%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63341 (or 0xC63341) is known color: Brick Red. HEX triplet: C6, 33 and 41. RGB value is (198,51,65). Sum of RGB (Red+Green+Blue) = 198+51+65=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C63341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63341 is #39CCBE. Grayscale: #606060. Windows color (decimal): -3787967 or 4273094. OLE color: 4273094.

HSL color Cylindrical-coordinate representation of color #C63341: hue angle of 354.29º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63341 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 51 65 -
CMYK 0 0.74 0.67 0.22
HSL 354.29º 0.59% 0.49% -
HSV(B) 354.29º 0.74% 0.78% -
XYZ 25.43 14.76 6.51 -
YUV 96.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 198 51 65 0 0.74 0.67 0.22 354.29 0.59 0.49
Hex C6 33 41 0 4A 43 16 162 3B 31
Octal 306 63 101 0 112 103 26 542 73 61
Binary 11000110 110011 1000001 0 1001010 1000011 10110 101100010 111011 110001

Color Harmonies of #C63341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63341

Black with #C63341

Text Example


Text Example

White with #C63341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63341; }

 p { color: rgb(198,51,65); }

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

background-color css

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

 a { background-color: rgb(198,51,65); }

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

border-color css

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

 span { border-color: rgb(198,51,65); }

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