Html Css Color HEX #CD1C2E Fire Engine Red

📋 copy color: '#CD1C2E'

red 205 ◦ green 28 ◦ blue 46

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

Shades of Fire Engine Red #CD1C2E

Tints of Fire Engine Red #CD1C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 73.48%
G = 10.04%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD1C2E (or 0xCD1C2E) is known color: Fire Engine Red. HEX triplet: CD, 1C and 2E. RGB value is (205,28,46). Sum of RGB (Red+Green+Blue) = 205+28+46=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1C2E is #32E3D1. Grayscale: #535353. Windows color (decimal): -3335122 or 3022029. OLE color: 3022029.

HSL color Cylindrical-coordinate representation of color #CD1C2E: hue angle of 353.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C2E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 46 -
CMYK 0 0.86 0.78 0.20
HSL 353.9º 0.76% 0.46% -
HSV(B) 353.9º 0.86% 0.8% -
XYZ 26.09 14.01 3.91 -
YUV 82.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 205 28 46 0 0.86 0.78 0.20 353.9 0.76 0.46
Hex CD 1C 2E 0 56 4E 14 162 4C 2E
Octal 315 34 56 0 126 116 24 542 114 56
Binary 11001101 11100 101110 0 1010110 1001110 10100 101100010 1001100 101110

Color Harmonies of #CD1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C2E

Black with #CD1C2E

Text Example


Text Example

White with #CD1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C2E; }

 p { color: rgb(205,28,46); }

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

background-color css

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

 a { background-color: rgb(205,28,46); }

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

border-color css

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

 span { border-color: rgb(205,28,46); }

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