Html Css Color HEX #CD141B Fire Engine Red

📋 copy color: '#CD141B'

red 205 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #CD141B

Tints of Fire Engine Red #CD141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 81.35%
G = 7.94%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD141B (or 0xCD141B) is known color: Fire Engine Red. HEX triplet: CD, 14 and 1B. RGB value is (205,20,27). Sum of RGB (Red+Green+Blue) = 205+20+27=252 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.35% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 205 - color contains mainly: red. Hex color #CD141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD141B is #32EBE4. Grayscale: #4C4C4C. Windows color (decimal): -3337189 or 1774797. OLE color: 1774797.

HSL color Cylindrical-coordinate representation of color #CD141B: hue angle of 357.73º 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 #CD141B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 27 -
CMYK 0 0.90 0.87 0.20
HSL 357.73º 0.82% 0.44% -
HSV(B) 357.73º 0.9% 0.8% -
XYZ 25.62 13.56 2.3 -
YUV 76.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 205 20 27 0 0.90 0.87 0.20 357.73 0.82 0.44
Hex CD 14 1B 0 5A 57 14 166 52 2C
Octal 315 24 33 0 132 127 24 546 122 54
Binary 11001101 10100 11011 0 1011010 1010111 10100 101100110 1010010 101100

Color Harmonies of #CD141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD141B

Black with #CD141B

Text Example


Text Example

White with #CD141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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