Html Css Color HEX #C6221B Fire Brick

📋 copy color: '#C6221B'

red 198 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #C6221B

Tints of Fire Brick #C6221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 76.45%
G = 13.13%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6221B (or 0xC6221B) is known color: Fire Brick. HEX triplet: C6, 22 and 1B. RGB value is (198,34,27). Sum of RGB (Red+Green+Blue) = 198+34+27=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6221B is #39DDE4. Grayscale: #525252. Windows color (decimal): -3792357 or 1778374. OLE color: 1778374.

HSL color Cylindrical-coordinate representation of color #C6221B: hue angle of 2.46º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6221B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 34 27 -
CMYK 0 0.83 0.86 0.22
HSL 2.46º 0.76% 0.44% -
HSV(B) 2.46º 0.86% 0.78% -
XYZ 24.06 13.23 2.32 -
YUV 82.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 198 34 27 0 0.83 0.86 0.22 2.46 0.76 0.44
Hex C6 22 1B 0 53 56 16 2 4C 2C
Octal 306 42 33 0 123 126 26 2 114 54
Binary 11000110 100010 11011 0 1010011 1010110 10110 10 1001100 101100

Color Harmonies of #C6221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6221B

Black with #C6221B

Text Example


Text Example

White with #C6221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6221B; }

 p { color: rgb(198,34,27); }

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

background-color css

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

 a { background-color: rgb(198,34,27); }

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

border-color css

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

 span { border-color: rgb(198,34,27); }

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