Html Css Color HEX #CD172A Fire Engine Red

📋 copy color: '#CD172A'

red 205 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #CD172A

Tints of Fire Engine Red #CD172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 75.93%
G = 8.52%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD172A (or 0xCD172A) is known color: Fire Engine Red. HEX triplet: CD, 17 and 2A. RGB value is (205,23,42). Sum of RGB (Red+Green+Blue) = 205+23+42=270 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.93% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 205 - color contains mainly: red. Hex color #CD172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD172A is #32E8D5. Grayscale: #4F4F4F. Windows color (decimal): -3336406 or 2758605. OLE color: 2758605.

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

Color convert

RGB 205 23 42 -
CMYK 0 0.89 0.80 0.20
HSL 353.74º 0.8% 0.45% -
HSV(B) 353.74º 0.89% 0.8% -
XYZ 25.9 13.76 3.48 -
YUV 79.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 205 23 42 0 0.89 0.80 0.20 353.74 0.8 0.45
Hex CD 17 2A 0 59 50 14 162 50 2D
Octal 315 27 52 0 131 120 24 542 120 55
Binary 11001101 10111 101010 0 1011001 1010000 10100 101100010 1010000 101101

Color Harmonies of #CD172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD172A

Black with #CD172A

Text Example


Text Example

White with #CD172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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