Html Css Color HEX #CD101C Fire Engine Red

📋 copy color: '#CD101C'

red 205 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #CD101C

Tints of Fire Engine Red #CD101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 82.33%
G = 6.43%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD101C (or 0xCD101C) is known color: Fire Engine Red. HEX triplet: CD, 10 and 1C. RGB value is (205,16,28). Sum of RGB (Red+Green+Blue) = 205+16+28=249 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.33% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 205 - color contains mainly: red. Hex color #CD101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD101C is #32EFE3. Grayscale: #4A4A4A. Windows color (decimal): -3338212 or 1839309. OLE color: 1839309.

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

Color convert

RGB 205 16 28 -
CMYK 0 0.92 0.86 0.20
HSL 356.19º 0.86% 0.43% -
HSV(B) 356.19º 0.92% 0.8% -
XYZ 25.57 13.43 2.34 -
YUV 73.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 205 16 28 0 0.92 0.86 0.20 356.19 0.86 0.43
Hex CD 10 1C 0 5C 56 14 164 56 2B
Octal 315 20 34 0 134 126 24 544 126 53
Binary 11001101 10000 11100 0 1011100 1010110 10100 101100100 1010110 101011

Color Harmonies of #CD101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD101C

Black with #CD101C

Text Example


Text Example

White with #CD101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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