#CD1A18

Color #CD1A18 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #CD1A18

Tints of Fire Brick #CD1A18

Color information

#CD1A18 (or 0xCD1A18) is unknown color: approx Fire Brick. HEX triplet: CD, 1A and 18. RGB value is (205,26,24). Sum of RGB (Red+Green+Blue) = 205+26+24=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1A18 is #32E5E7. Grayscale: #4F4F4F. Windows color (decimal): -3335656 or 1579725. OLE color: 1579725.

HSL color Cylindrical-coordinate representation of color #CD1A18: hue angle of 0.66º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1A18 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB2052624-
CMYK00.870.880.20
HSL0.66º79.04%44.9%-
HSV(B)0.66º88.29%80.39%-
XYZ25.7113.782.17-
YUV79.2996.8217.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 80.39%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=80.39%
G=10.20%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205262400.870.880.200.6679.0444.9
HexCD1A18057581414f2d
Octal3153230012713024111755
Binary1100110111010110000101011110110001010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1A18; }

 p { color: rgb(205,26,24); }

 H1.HeaderClassName
 {
   color: #CD1A18;
 }
 .AnyTagClassName
 {
   color: #CD1A18;
 }
</style>
background-color css

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

 a { background-color: rgb(205,26,24); }

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

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

 span { border-color: rgb(205,26,24); }

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