Html Css Color HEX #CD101B Fire Engine Red

📋 copy color: '#CD101B'

red 205 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #CD101B

Tints of Fire Engine Red #CD101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 82.66%
G = 6.45%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD101B (or 0xCD101B) is known color: Fire Engine Red. HEX triplet: CD, 10 and 1B. RGB value is (205,16,27). Sum of RGB (Red+Green+Blue) = 205+16+27=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD101B is #32EFE4. Grayscale: #494949. Windows color (decimal): -3338213 or 1773773. OLE color: 1773773.

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

Color convert

RGB 205 16 27 -
CMYK 0 0.92 0.87 0.20
HSL 356.51º 0.86% 0.43% -
HSV(B) 356.51º 0.92% 0.8% -
XYZ 25.56 13.43 2.28 -
YUV 73.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 205 16 27 0 0.92 0.87 0.20 356.51 0.86 0.43
Hex CD 10 1B 0 5C 57 14 165 56 2B
Octal 315 20 33 0 134 127 24 545 126 53
Binary 11001101 10000 11011 0 1011100 1010111 10100 101100101 1010110 101011

Color Harmonies of #CD101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD101B

Black with #CD101B

Text Example


Text Example

White with #CD101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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