Html Css Color HEX #CD1427 Fire Engine Red

📋 copy color: '#CD1427'

red 205 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #CD1427

Tints of Fire Engine Red #CD1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 77.65%
G = 7.58%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD1427 (or 0xCD1427) is known color: Fire Engine Red. HEX triplet: CD, 14 and 27. RGB value is (205,20,39). Sum of RGB (Red+Green+Blue) = 205+20+39=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1427 is #32EBD8. Grayscale: #4D4D4D. Windows color (decimal): -3337177 or 2561229. OLE color: 2561229.

HSL color Cylindrical-coordinate representation of color #CD1427: hue angle of 353.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1427 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 39 -
CMYK 0 0.90 0.81 0.20
HSL 353.84º 0.82% 0.44% -
HSV(B) 353.84º 0.9% 0.8% -
XYZ 25.79 13.63 3.19 -
YUV 77.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 205 20 39 0 0.90 0.81 0.20 353.84 0.82 0.44
Hex CD 14 27 0 5A 51 14 162 52 2C
Octal 315 24 47 0 132 121 24 542 122 54
Binary 11001101 10100 100111 0 1011010 1010001 10100 101100010 1010010 101100

Color Harmonies of #CD1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1427

Black with #CD1427

Text Example


Text Example

White with #CD1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1427; }

 p { color: rgb(205,20,39); }

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

background-color css

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

 a { background-color: rgb(205,20,39); }

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

border-color css

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

 span { border-color: rgb(205,20,39); }

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