Html Css Color HEX #C2261D Fire Brick

📋 copy color: '#C2261D'

red 194 ◦ green 38 ◦ blue 29

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

Shades of Fire Brick #C2261D

Tints of Fire Brick #C2261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 74.33%
G = 14.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2261D (or 0xC2261D) is known color: Fire Brick. HEX triplet: C2, 26 and 1D. RGB value is (194,38,29). Sum of RGB (Red+Green+Blue) = 194+38+29=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2261D is #3DD9E2. Grayscale: #535353. Windows color (decimal): -4053475 or 1910466. OLE color: 1910466.

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

Color convert

RGB 194 38 29 -
CMYK 0 0.80 0.85 0.24
HSL 3.27º 0.74% 0.44% -
HSV(B) 3.27º 0.85% 0.76% -
XYZ 23.16 12.94 2.44 -
YUV 83.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 194 38 29 0 0.80 0.85 0.24 3.27 0.74 0.44
Hex C2 26 1D 0 50 55 18 3 4A 2C
Octal 302 46 35 0 120 125 30 3 112 54
Binary 11000010 100110 11101 0 1010000 1010101 11000 11 1001010 101100

Color Harmonies of #C2261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2261D

Black with #C2261D

Text Example


Text Example

White with #C2261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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