Html Css Color HEX #CD142A Fire Engine Red

📋 copy color: '#CD142A'

red 205 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #CD142A

Tints of Fire Engine Red #CD142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 76.78%
G = 7.49%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD142A (or 0xCD142A) is known color: Fire Engine Red. HEX triplet: CD, 14 and 2A. RGB value is (205,20,42). Sum of RGB (Red+Green+Blue) = 205+20+42=267 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.78% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 205 - color contains mainly: red. Hex color #CD142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD142A is #32EBD5. Grayscale: #4D4D4D. Windows color (decimal): -3337174 or 2757837. OLE color: 2757837.

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

Color convert

RGB 205 20 42 -
CMYK 0 0.90 0.80 0.20
HSL 352.86º 0.82% 0.44% -
HSV(B) 352.86º 0.9% 0.8% -
XYZ 25.84 13.65 3.46 -
YUV 77.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 205 20 42 0 0.90 0.80 0.20 352.86 0.82 0.44
Hex CD 14 2A 0 5A 50 14 161 52 2C
Octal 315 24 52 0 132 120 24 541 122 54
Binary 11001101 10100 101010 0 1011010 1010000 10100 101100001 1010010 101100

Color Harmonies of #CD142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD142A

Black with #CD142A

Text Example


Text Example

White with #CD142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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