Html Css Color HEX #CA1D1F Fire Engine Red

📋 copy color: '#CA1D1F'

red 202 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #CA1D1F

Tints of Fire Engine Red #CA1D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 77.1%
G = 11.07%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA1D1F (or 0xCA1D1F) is known color: Fire Engine Red. HEX triplet: CA, 1D and 1F. RGB value is (202,29,31). Sum of RGB (Red+Green+Blue) = 202+29+31=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D1F is #35E2E0. Grayscale: #515151. Windows color (decimal): -3531489 or 2039242. OLE color: 2039242.

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

Color convert

RGB 202 29 31 -
CMYK 0 0.86 0.85 0.21
HSL 359.31º 0.75% 0.45% -
HSV(B) 359.31º 0.86% 0.79% -
XYZ 25.04 13.53 2.59 -
YUV 80.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 202 29 31 0 0.86 0.85 0.21 359.31 0.75 0.45
Hex CA 1D 1F 0 56 55 15 167 4B 2D
Octal 312 35 37 0 126 125 25 547 113 55
Binary 11001010 11101 11111 0 1010110 1010101 10101 101100111 1001011 101101

Color Harmonies of #CA1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D1F

Black with #CA1D1F

Text Example


Text Example

White with #CA1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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