Html Css Color HEX #C63441 Brick Red

📋 copy color: '#C63441'

red 198 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #C63441

Tints of Brick Red #C63441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 62.86%
G = 16.51%
B = 20.63%

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

#C63441 (or 0xC63441) is known color: Brick Red. HEX triplet: C6, 34 and 41. RGB value is (198,52,65). Sum of RGB (Red+Green+Blue) = 198+52+65=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C63441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63441 is #39CBBE. Grayscale: #616161. Windows color (decimal): -3787711 or 4273350. OLE color: 4273350.

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

Color convert

RGB 198 52 65 -
CMYK 0 0.74 0.67 0.22
HSL 354.66º 0.58% 0.49% -
HSV(B) 354.66º 0.74% 0.78% -
XYZ 25.47 14.84 6.52 -
YUV 97.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 198 52 65 0 0.74 0.67 0.22 354.66 0.58 0.49
Hex C6 34 41 0 4A 43 16 163 3A 31
Octal 306 64 101 0 112 103 26 543 72 61
Binary 11000110 110100 1000001 0 1001010 1000011 10110 101100011 111010 110001

Color Harmonies of #C63441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63441

Black with #C63441

Text Example


Text Example

White with #C63441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63441; }

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

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

background-color css

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

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

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

border-color css

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

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

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