Html Css Color HEX #C6251E Fire Brick

📋 copy color: '#C6251E'

red 198 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #C6251E

Tints of Fire Brick #C6251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 74.72%
G = 13.96%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6251E (or 0xC6251E) is known color: Fire Brick. HEX triplet: C6, 25 and 1E. RGB value is (198,37,30). Sum of RGB (Red+Green+Blue) = 198+37+30=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6251E is #39DAE1. Grayscale: #545454. Windows color (decimal): -3791586 or 1975750. OLE color: 1975750.

HSL color Cylindrical-coordinate representation of color #C6251E: hue angle of 2.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6251E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 30 -
CMYK 0 0.81 0.85 0.22
HSL 2.5º 0.74% 0.45% -
HSV(B) 2.5º 0.85% 0.78% -
XYZ 24.18 13.42 2.54 -
YUV 84.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 198 37 30 0 0.81 0.85 0.22 2.5 0.74 0.45
Hex C6 25 1E 0 51 55 16 2 4A 2D
Octal 306 45 36 0 121 125 26 2 112 55
Binary 11000110 100101 11110 0 1010001 1010101 10110 10 1001010 101101

Color Harmonies of #C6251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6251E

Black with #C6251E

Text Example


Text Example

White with #C6251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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