Html Css Color HEX #C6253F Brick Red

📋 copy color: '#C6253F'

red 198 ◦ green 37 ◦ blue 63

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

Shades of Brick Red #C6253F

Tints of Brick Red #C6253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 66.44%
G = 12.42%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6253F (or 0xC6253F) is known color: Brick Red. HEX triplet: C6, 25 and 3F. RGB value is (198,37,63). Sum of RGB (Red+Green+Blue) = 198+37+63=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6253F is #39DAC0. Grayscale: #585858. Windows color (decimal): -3791553 or 4138438. OLE color: 4138438.

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

Color convert

RGB 198 37 63 -
CMYK 0 0.81 0.68 0.22
HSL 350.31º 0.69% 0.46% -
HSV(B) 350.31º 0.81% 0.78% -
XYZ 24.85 13.69 6.04 -
YUV 88.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 198 37 63 0 0.81 0.68 0.22 350.31 0.69 0.46
Hex C6 25 3F 0 51 44 16 15E 45 2E
Octal 306 45 77 0 121 104 26 536 105 56
Binary 11000110 100101 111111 0 1010001 1000100 10110 101011110 1000101 101110

Color Harmonies of #C6253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6253F

Black with #C6253F

Text Example


Text Example

White with #C6253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6253F; }

 p { color: rgb(198,37,63); }

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

background-color css

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

 a { background-color: rgb(198,37,63); }

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

border-color css

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

 span { border-color: rgb(198,37,63); }

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