Html Css Color HEX #CD172B Fire Engine Red

📋 copy color: '#CD172B'

red 205 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #CD172B

Tints of Fire Engine Red #CD172B

RGB

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

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

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

R = 75.65%
G = 8.49%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD172B (or 0xCD172B) is known color: Fire Engine Red. HEX triplet: CD, 17 and 2B. RGB value is (205,23,43). Sum of RGB (Red+Green+Blue) = 205+23+43=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD172B is #32E8D4. Grayscale: #4F4F4F. Windows color (decimal): -3336405 or 2824141. OLE color: 2824141.

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

Color convert

RGB 205 23 43 -
CMYK 0 0.89 0.79 0.20
HSL 353.41º 0.8% 0.45% -
HSV(B) 353.41º 0.89% 0.8% -
XYZ 25.92 13.77 3.58 -
YUV 79.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 205 23 43 0 0.89 0.79 0.20 353.41 0.8 0.45
Hex CD 17 2B 0 59 4F 14 161 50 2D
Octal 315 27 53 0 131 117 24 541 120 55
Binary 11001101 10111 101011 0 1011001 1001111 10100 101100001 1010000 101101

Color Harmonies of #CD172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD172B

Black with #CD172B

Text Example


Text Example

White with #CD172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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