Html Css Color HEX #C61E1B Fire Brick

📋 copy color: '#C61E1B'

red 198 ◦ green 30 ◦ blue 27

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

Shades of Fire Brick #C61E1B

Tints of Fire Brick #C61E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 77.65%
G = 11.76%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C61E1B (or 0xC61E1B) is known color: Fire Brick. HEX triplet: C6, 1E and 1B. RGB value is (198,30,27). Sum of RGB (Red+Green+Blue) = 198+30+27=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E1B is #39E1E4. Grayscale: #505050. Windows color (decimal): -3793381 or 1777350. OLE color: 1777350.

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

Color convert

RGB 198 30 27 -
CMYK 0 0.85 0.86 0.22
HSL 1.05º 0.76% 0.44% -
HSV(B) 1.05º 0.86% 0.78% -
XYZ 23.95 13.01 2.29 -
YUV 79.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 198 30 27 0 0.85 0.86 0.22 1.05 0.76 0.44
Hex C6 1E 1B 0 55 56 16 1 4C 2C
Octal 306 36 33 0 125 126 26 1 114 54
Binary 11000110 11110 11011 0 1010101 1010110 10110 1 1001100 101100

Color Harmonies of #C61E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E1B

Black with #C61E1B

Text Example


Text Example

White with #C61E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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