Html Css Color HEX #C6333F Brick Red

📋 copy color: '#C6333F'

red 198 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #C6333F

Tints of Brick Red #C6333F

RGB

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

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

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

R = 63.46%
G = 16.35%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6333F (or 0xC6333F) is known color: Brick Red. HEX triplet: C6, 33 and 3F. RGB value is (198,51,63). Sum of RGB (Red+Green+Blue) = 198+51+63=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6333F is #39CCC0. Grayscale: #606060. Windows color (decimal): -3787969 or 4142022. OLE color: 4142022.

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

Color convert

RGB 198 51 63 -
CMYK 0 0.74 0.68 0.22
HSL 355.1º 0.59% 0.49% -
HSV(B) 355.1º 0.74% 0.78% -
XYZ 25.37 14.73 6.21 -
YUV 96.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 198 51 63 0 0.74 0.68 0.22 355.1 0.59 0.49
Hex C6 33 3F 0 4A 44 16 163 3B 31
Octal 306 63 77 0 112 104 26 543 73 61
Binary 11000110 110011 111111 0 1001010 1000100 10110 101100011 111011 110001

Color Harmonies of #C6333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6333F

Black with #C6333F

Text Example


Text Example

White with #C6333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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