Html Css Color HEX #CD142B Fire Engine Red

📋 copy color: '#CD142B'

red 205 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #CD142B

Tints of Fire Engine Red #CD142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 76.49%
G = 7.46%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD142B (or 0xCD142B) is known color: Fire Engine Red. HEX triplet: CD, 14 and 2B. RGB value is (205,20,43). Sum of RGB (Red+Green+Blue) = 205+20+43=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD142B is #32EBD4. Grayscale: #4E4E4E. Windows color (decimal): -3337173 or 2823373. OLE color: 2823373.

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

Color convert

RGB 205 20 43 -
CMYK 0 0.90 0.79 0.20
HSL 352.54º 0.82% 0.44% -
HSV(B) 352.54º 0.9% 0.8% -
XYZ 25.86 13.65 3.56 -
YUV 77.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 205 20 43 0 0.90 0.79 0.20 352.54 0.82 0.44
Hex CD 14 2B 0 5A 4F 14 161 52 2C
Octal 315 24 53 0 132 117 24 541 122 54
Binary 11001101 10100 101011 0 1011010 1001111 10100 101100001 1010010 101100

Color Harmonies of #CD142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD142B

Black with #CD142B

Text Example


Text Example

White with #CD142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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