Html Css Color HEX #C2271B Fire Brick

📋 copy color: '#C2271B'

red 194 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #C2271B

Tints of Fire Brick #C2271B

RGB

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

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

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

R = 74.62%
G = 15%
B = 10.38%

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

#C2271B (or 0xC2271B) is known color: Fire Brick. HEX triplet: C2, 27 and 1B. RGB value is (194,39,27). Sum of RGB (Red+Green+Blue) = 194+39+27=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2271B is #3DD8E4. Grayscale: #545454. Windows color (decimal): -4053221 or 1779650. OLE color: 1779650.

HSL color Cylindrical-coordinate representation of color #C2271B: hue angle of 4.31º 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 #C2271B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 27 -
CMYK 0 0.80 0.86 0.24
HSL 4.31º 0.76% 0.43% -
HSV(B) 4.31º 0.86% 0.76% -
XYZ 23.17 13 2.32 -
YUV 83.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 194 39 27 0 0.80 0.86 0.24 4.31 0.76 0.43
Hex C2 27 1B 0 50 56 18 4 4C 2B
Octal 302 47 33 0 120 126 30 4 114 53
Binary 11000010 100111 11011 0 1010000 1010110 11000 100 1001100 101011

Color Harmonies of #C2271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2271B

Black with #C2271B

Text Example


Text Example

White with #C2271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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