Html Css Color HEX #CA1714 Fire Brick

📋 copy color: '#CA1714'

red 202 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #CA1714

Tints of Fire Brick #CA1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 82.45%
G = 9.39%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1714 (or 0xCA1714) is known color: Fire Brick. HEX triplet: CA, 17 and 14. RGB value is (202,23,20). Sum of RGB (Red+Green+Blue) = 202+23+20=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1714 is #35E8EB. Grayscale: #4C4C4C. Windows color (decimal): -3533036 or 1316810. OLE color: 1316810.

HSL color Cylindrical-coordinate representation of color #CA1714: hue angle of 0.99º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1714 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 20 -
CMYK 0 0.89 0.90 0.21
HSL 0.99º 0.82% 0.44% -
HSV(B) 0.99º 0.9% 0.79% -
XYZ 24.79 13.22 1.91 -
YUV 76.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 202 23 20 0 0.89 0.90 0.21 0.99 0.82 0.44
Hex CA 17 14 0 59 5A 15 1 52 2C
Octal 312 27 24 0 131 132 25 1 122 54
Binary 11001010 10111 10100 0 1011001 1011010 10101 1 1010010 101100

Color Harmonies of #CA1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1714

Black with #CA1714

Text Example


Text Example

White with #CA1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1714; }

 p { color: rgb(202,23,20); }

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

background-color css

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

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

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

border-color css

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

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

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