Html Css Color HEX #C2261B Fire Brick

📋 copy color: '#C2261B'

red 194 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #C2261B

Tints of Fire Brick #C2261B

RGB

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

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

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

R = 74.9%
G = 14.67%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2261B (or 0xC2261B) is known color: Fire Brick. HEX triplet: C2, 26 and 1B. RGB value is (194,38,27). Sum of RGB (Red+Green+Blue) = 194+38+27=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2261B is #3DD9E4. Grayscale: #535353. Windows color (decimal): -4053477 or 1779394. OLE color: 1779394.

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

Color convert

RGB 194 38 27 -
CMYK 0 0.80 0.86 0.24
HSL 3.95º 0.76% 0.43% -
HSV(B) 3.95º 0.86% 0.76% -
XYZ 23.14 12.93 2.31 -
YUV 83.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 194 38 27 0 0.80 0.86 0.24 3.95 0.76 0.43
Hex C2 26 1B 0 50 56 18 4 4C 2B
Octal 302 46 33 0 120 126 30 4 114 53
Binary 11000010 100110 11011 0 1010000 1010110 11000 100 1001100 101011

Color Harmonies of #C2261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2261B

Black with #C2261B

Text Example


Text Example

White with #C2261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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