Html Css Color HEX #CD131F Fire Engine Red

📋 copy color: '#CD131F'

red 205 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #CD131F

Tints of Fire Engine Red #CD131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 80.39%
G = 7.45%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD131F (or 0xCD131F) is known color: Fire Engine Red. HEX triplet: CD, 13 and 1F. RGB value is (205,19,31). Sum of RGB (Red+Green+Blue) = 205+19+31=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD131F is #32ECE0. Grayscale: #4C4C4C. Windows color (decimal): -3337441 or 2036685. OLE color: 2036685.

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

Color convert

RGB 205 19 31 -
CMYK 0 0.91 0.85 0.20
HSL 356.13º 0.83% 0.44% -
HSV(B) 356.13º 0.91% 0.8% -
XYZ 25.66 13.54 2.56 -
YUV 75.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 205 19 31 0 0.91 0.85 0.20 356.13 0.83 0.44
Hex CD 13 1F 0 5B 55 14 164 53 2C
Octal 315 23 37 0 133 125 24 544 123 54
Binary 11001101 10011 11111 0 1011011 1010101 10100 101100100 1010011 101100

Color Harmonies of #CD131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD131F

Black with #CD131F

Text Example


Text Example

White with #CD131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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