Html Css Color HEX #CD141D Fire Engine Red

📋 copy color: '#CD141D'

red 205 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #CD141D

Tints of Fire Engine Red #CD141D

RGB

 RED value IS 205 (80.47% from 255) = 80.71%

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 80.71%
G = 7.87%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD141D (or 0xCD141D) is known color: Fire Engine Red. HEX triplet: CD, 14 and 1D. RGB value is (205,20,29). Sum of RGB (Red+Green+Blue) = 205+20+29=254 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.71% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 205 - color contains mainly: red. Hex color #CD141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD141D is #32EBE2. Grayscale: #4C4C4C. Windows color (decimal): -3337187 or 1905869. OLE color: 1905869.

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

Color convert

RGB 205 20 29 -
CMYK 0 0.90 0.86 0.20
HSL 357.08º 0.82% 0.44% -
HSV(B) 357.08º 0.9% 0.8% -
XYZ 25.65 13.57 2.43 -
YUV 76.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 205 20 29 0 0.90 0.86 0.20 357.08 0.82 0.44
Hex CD 14 1D 0 5A 56 14 165 52 2C
Octal 315 24 35 0 132 126 24 545 122 54
Binary 11001101 10100 11101 0 1011010 1010110 10100 101100101 1010010 101100

Color Harmonies of #CD141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD141D

Black with #CD141D

Text Example


Text Example

White with #CD141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD141D; }

 p { color: rgb(205,20,29); }

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

background-color css

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

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

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

border-color css

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

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

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