Html Css Color HEX #CD132A Fire Engine Red

📋 copy color: '#CD132A'

red 205 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #CD132A

Tints of Fire Engine Red #CD132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 77.07%
G = 7.14%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD132A (or 0xCD132A) is known color: Fire Engine Red. HEX triplet: CD, 13 and 2A. RGB value is (205,19,42). Sum of RGB (Red+Green+Blue) = 205+19+42=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD132A is #32ECD5. Grayscale: #4D4D4D. Windows color (decimal): -3337430 or 2757581. OLE color: 2757581.

HSL color Cylindrical-coordinate representation of color #CD132A: hue angle of 352.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD132A is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 42 -
CMYK 0 0.91 0.80 0.20
HSL 352.58º 0.83% 0.44% -
HSV(B) 352.58º 0.91% 0.8% -
XYZ 25.83 13.61 3.46 -
YUV 77.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 205 19 42 0 0.91 0.80 0.20 352.58 0.83 0.44
Hex CD 13 2A 0 5B 50 14 161 53 2C
Octal 315 23 52 0 133 120 24 541 123 54
Binary 11001101 10011 101010 0 1011011 1010000 10100 101100001 1010011 101100

Color Harmonies of #CD132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD132A

Black with #CD132A

Text Example


Text Example

White with #CD132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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