Html Css Color HEX #C21B0F Fire Brick

📋 copy color: '#C21B0F'

red 194 ◦ green 27 ◦ blue 15

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

Shades of Fire Brick #C21B0F

Tints of Fire Brick #C21B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 82.2%
G = 11.44%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C21B0F (or 0xC21B0F) is known color: Fire Brick. HEX triplet: C2, 1B and 0F. RGB value is (194,27,15). Sum of RGB (Red+Green+Blue) = 194+27+15=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B0F is #3DE4F0. Grayscale: #4B4B4B. Windows color (decimal): -4056305 or 990146. OLE color: 990146.

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

Color convert

RGB 194 27 15 -
CMYK 0 0.86 0.92 0.24
HSL 4.02º 0.86% 0.41% -
HSV(B) 4.02º 0.92% 0.76% -
XYZ 22.73 12.29 1.63 -
YUV 75.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 194 27 15 0 0.86 0.92 0.24 4.02 0.86 0.41
Hex C2 1B F 0 56 5C 18 4 56 29
Octal 302 33 17 0 126 134 30 4 126 51
Binary 11000010 11011 1111 0 1010110 1011100 11000 100 1010110 101001

Color Harmonies of #C21B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B0F

Black with #C21B0F

Text Example


Text Example

White with #C21B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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