Html Css Color HEX #CA1D1D Fire Brick

📋 copy color: '#CA1D1D'

red 202 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #CA1D1D

Tints of Fire Brick #CA1D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 77.69%
G = 11.15%
B = 11.15%

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

#CA1D1D (or 0xCA1D1D) is known color: Fire Brick. HEX triplet: CA, 1D and 1D. RGB value is (202,29,29). Sum of RGB (Red+Green+Blue) = 202+29+29=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D1D is #35E2E2. Grayscale: #505050. Windows color (decimal): -3531491 or 1908170. OLE color: 1908170.

HSL color Cylindrical-coordinate representation of color #CA1D1D: hue angle of 0º degrees, saturation: 0.75, 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 #CA1D1D is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 29 29 -
CMYK 0 0.86 0.86 0.21
HSL 0.75% 0.45% -
HSV(B) 0.86% 0.79% -
XYZ 25.02 13.52 2.45 -
YUV 80.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 202 29 29 0 0.86 0.86 0.21 0 0.75 0.45
Hex CA 1D 1D 0 56 56 15 0 4B 2D
Octal 312 35 35 0 126 126 25 0 113 55
Binary 11001010 11101 11101 0 1010110 1010110 10101 0 1001011 101101

Color Harmonies of #CA1D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D1D

Black with #CA1D1D

Text Example


Text Example

White with #CA1D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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