Html Css Color HEX #CD131E Fire Engine Red

📋 copy color: '#CD131E'

red 205 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #CD131E

Tints of Fire Engine Red #CD131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 80.71%
G = 7.48%
B = 11.81%

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

#CD131E (or 0xCD131E) is known color: Fire Engine Red. HEX triplet: CD, 13 and 1E. RGB value is (205,19,30). Sum of RGB (Red+Green+Blue) = 205+19+30=254 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.71% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 205 - color contains mainly: red. Hex color #CD131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD131E is #32ECE1. Grayscale: #4C4C4C. Windows color (decimal): -3337442 or 1971149. OLE color: 1971149.

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

Color convert

RGB 205 19 30 -
CMYK 0 0.91 0.85 0.20
HSL 356.45º 0.83% 0.44% -
HSV(B) 356.45º 0.91% 0.8% -
XYZ 25.64 13.54 2.49 -
YUV 75.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 205 19 30 0 0.91 0.85 0.20 356.45 0.83 0.44
Hex CD 13 1E 0 5B 55 14 164 53 2C
Octal 315 23 36 0 133 125 24 544 123 54
Binary 11001101 10011 11110 0 1011011 1010101 10100 101100100 1010011 101100

Color Harmonies of #CD131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD131E

Black with #CD131E

Text Example


Text Example

White with #CD131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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