Html Css Color HEX #C0251C Fire Brick

📋 copy color: '#C0251C'

red 192 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #C0251C

Tints of Fire Brick #C0251C

RGB

 RED value IS 192 (75.39% from 255) = 74.71%

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 74.71%
G = 14.4%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0251C (or 0xC0251C) is known color: Fire Brick. HEX triplet: C0, 25 and 1C. RGB value is (192,37,28). Sum of RGB (Red+Green+Blue) = 192+37+28=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0251C is #3FDAE3. Grayscale: #525252. Windows color (decimal): -4184804 or 1844672. OLE color: 1844672.

HSL color Cylindrical-coordinate representation of color #C0251C: hue angle of 3.29º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0251C is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 28 -
CMYK 0 0.81 0.85 0.25
HSL 3.29º 0.75% 0.43% -
HSV(B) 3.29º 0.85% 0.75% -
XYZ 22.61 12.61 2.34 -
YUV 82.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 192 37 28 0 0.81 0.85 0.25 3.29 0.75 0.43
Hex C0 25 1C 0 51 55 19 3 4B 2B
Octal 300 45 34 0 121 125 31 3 113 53
Binary 11000000 100101 11100 0 1010001 1010101 11001 11 1001011 101011

Color Harmonies of #C0251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0251C

Black with #C0251C

Text Example


Text Example

White with #C0251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0251C; }

 p { color: rgb(192,37,28); }

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

background-color css

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

 a { background-color: rgb(192,37,28); }

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

border-color css

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

 span { border-color: rgb(192,37,28); }

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