Html Css Color HEX #C2261A Fire Brick

📋 copy color: '#C2261A'

red 194 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #C2261A

Tints of Fire Brick #C2261A

RGB

 RED value IS 194 (76.17% from 255) = 75.19%

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 75.19%
G = 14.73%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2261A (or 0xC2261A) is known color: Fire Brick. HEX triplet: C2, 26 and 1A. RGB value is (194,38,26). Sum of RGB (Red+Green+Blue) = 194+38+26=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2261A is #3DD9E5. Grayscale: #535353. Windows color (decimal): -4053478 or 1713858. OLE color: 1713858.

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

Color convert

RGB 194 38 26 -
CMYK 0 0.80 0.87 0.24
HSL 4.29º 0.76% 0.43% -
HSV(B) 4.29º 0.87% 0.76% -
XYZ 23.13 12.93 2.25 -
YUV 83.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 194 38 26 0 0.80 0.87 0.24 4.29 0.76 0.43
Hex C2 26 1A 0 50 57 18 4 4C 2B
Octal 302 46 32 0 120 127 30 4 114 53
Binary 11000010 100110 11010 0 1010000 1010111 11000 100 1001100 101011

Color Harmonies of #C2261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2261A

Black with #C2261A

Text Example


Text Example

White with #C2261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2261A; }

 p { color: rgb(194,38,26); }

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

background-color css

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

 a { background-color: rgb(194,38,26); }

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

border-color css

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

 span { border-color: rgb(194,38,26); }

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