Html Css Color HEX #CA1D1C Fire Brick

📋 copy color: '#CA1D1C'

red 202 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #CA1D1C

Tints of Fire Brick #CA1D1C

RGB

 RED value IS 202 (79.3% from 255) = 77.99%

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 77.99%
G = 11.2%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA1D1C (or 0xCA1D1C) is known color: Fire Brick. HEX triplet: CA, 1D and 1C. RGB value is (202,29,28). Sum of RGB (Red+Green+Blue) = 202+29+28=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D1C is #35E2E3. Grayscale: #505050. Windows color (decimal): -3531492 or 1842634. OLE color: 1842634.

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

Color convert

RGB 202 29 28 -
CMYK 0 0.86 0.86 0.21
HSL 0.34º 0.76% 0.45% -
HSV(B) 0.34º 0.86% 0.79% -
XYZ 25.01 13.52 2.39 -
YUV 80.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 202 29 28 0 0.86 0.86 0.21 0.34 0.76 0.45
Hex CA 1D 1C 0 56 56 15 0 4C 2D
Octal 312 35 34 0 126 126 25 0 114 55
Binary 11001010 11101 11100 0 1010110 1010110 10101 0 1001100 101101

Color Harmonies of #CA1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D1C

Black with #CA1D1C

Text Example


Text Example

White with #CA1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D1C; }

 p { color: rgb(202,29,28); }

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

background-color css

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

 a { background-color: rgb(202,29,28); }

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

border-color css

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

 span { border-color: rgb(202,29,28); }

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