Html Css Color HEX #C21D1A Fire Brick

📋 copy color: '#C21D1A'

red 194 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #C21D1A

Tints of Fire Brick #C21D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

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

R = 77.91%
G = 11.65%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C21D1A (or 0xC21D1A) is known color: Fire Brick. HEX triplet: C2, 1D and 1A. RGB value is (194,29,26). Sum of RGB (Red+Green+Blue) = 194+29+26=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D1A is #3DE2E5. Grayscale: #4E4E4E. Windows color (decimal): -4055782 or 1711554. OLE color: 1711554.

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

Color convert

RGB 194 29 26 -
CMYK 0 0.85 0.87 0.24
HSL 1.07º 0.76% 0.43% -
HSV(B) 1.07º 0.87% 0.76% -
XYZ 22.87 12.42 2.17 -
YUV 77.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 194 29 26 0 0.85 0.87 0.24 1.07 0.76 0.43
Hex C2 1D 1A 0 55 57 18 1 4C 2B
Octal 302 35 32 0 125 127 30 1 114 53
Binary 11000010 11101 11010 0 1010101 1010111 11000 1 1001100 101011

Color Harmonies of #C21D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D1A

Black with #C21D1A

Text Example


Text Example

White with #C21D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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