Html Css Color HEX #C8181D Fire Engine Red

📋 copy color: '#C8181D'

red 200 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #C8181D

Tints of Fire Engine Red #C8181D

RGB

 RED value IS 200 (78.52% from 255) = 79.05%

 GREEN value IS 24 (9.77% from 255) = 9.49%

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 79.05%
G = 9.49%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8181D (or 0xC8181D) is known color: Fire Engine Red. HEX triplet: C8, 18 and 1D. RGB value is (200,24,29). Sum of RGB (Red+Green+Blue) = 200+24+29=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C8181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8181D is #37E7E2. Grayscale: #4D4D4D. Windows color (decimal): -3663843 or 1906888. OLE color: 1906888.

HSL color Cylindrical-coordinate representation of color #C8181D: hue angle of 358.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8181D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 29 -
CMYK 0 0.88 0.86 0.22
HSL 358.3º 0.79% 0.44% -
HSV(B) 358.3º 0.88% 0.78% -
XYZ 24.37 13.02 2.39 -
YUV 77.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 200 24 29 0 0.88 0.86 0.22 358.3 0.79 0.44
Hex C8 18 1D 0 58 56 16 166 4F 2C
Octal 310 30 35 0 130 126 26 546 117 54
Binary 11001000 11000 11101 0 1011000 1010110 10110 101100110 1001111 101100

Color Harmonies of #C8181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8181D

Black with #C8181D

Text Example


Text Example

White with #C8181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8181D; }

 p { color: rgb(200,24,29); }

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

background-color css

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

 a { background-color: rgb(200,24,29); }

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

border-color css

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

 span { border-color: rgb(200,24,29); }

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