Html Css Color HEX #C0271A Fire Brick

📋 copy color: '#C0271A'

red 192 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #C0271A

Tints of Fire Brick #C0271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 74.71%
G = 15.18%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0271A (or 0xC0271A) is known color: Fire Brick. HEX triplet: C0, 27 and 1A. RGB value is (192,39,26). Sum of RGB (Red+Green+Blue) = 192+39+26=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0271A is #3FD8E5. Grayscale: #535353. Windows color (decimal): -4184294 or 1714112. OLE color: 1714112.

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

Color convert

RGB 192 39 26 -
CMYK 0 0.80 0.86 0.25
HSL 4.7º 0.76% 0.43% -
HSV(B) 4.7º 0.86% 0.75% -
XYZ 22.65 12.73 2.24 -
YUV 83.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 192 39 26 0 0.80 0.86 0.25 4.7 0.76 0.43
Hex C0 27 1A 0 50 56 19 5 4C 2B
Octal 300 47 32 0 120 126 31 5 114 53
Binary 11000000 100111 11010 0 1010000 1010110 11001 101 1001100 101011

Color Harmonies of #C0271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0271A

Black with #C0271A

Text Example


Text Example

White with #C0271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0271A; }

 p { color: rgb(192,39,26); }

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

background-color css

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

 a { background-color: rgb(192,39,26); }

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

border-color css

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

 span { border-color: rgb(192,39,26); }

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