Html Css Color HEX #C11823 Fire Engine Red

📋 copy color: '#C11823'

red 193 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #C11823

Tints of Fire Engine Red #C11823

RGB

 RED value IS 193 (75.78% from 255) = 76.59%

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

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 76.59%
G = 9.52%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C11823 (or 0xC11823) is known color: Fire Engine Red. HEX triplet: C1, 18 and 23. RGB value is (193,24,35). Sum of RGB (Red+Green+Blue) = 193+24+35=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11823 is #3EE7DC. Grayscale: #4B4B4B. Windows color (decimal): -4122589 or 2300097. OLE color: 2300097.

HSL color Cylindrical-coordinate representation of color #C11823: hue angle of 356.09º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11823 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 35 -
CMYK 0 0.88 0.82 0.24
HSL 356.09º 0.78% 0.43% -
HSV(B) 356.09º 0.88% 0.76% -
XYZ 22.62 12.11 2.74 -
YUV 75.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 193 24 35 0 0.88 0.82 0.24 356.09 0.78 0.43
Hex C1 18 23 0 58 52 18 164 4E 2B
Octal 301 30 43 0 130 122 30 544 116 53
Binary 11000001 11000 100011 0 1011000 1010010 11000 101100100 1001110 101011

Color Harmonies of #C11823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11823

Black with #C11823

Text Example


Text Example

White with #C11823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11823; }

 p { color: rgb(193,24,35); }

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

background-color css

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

 a { background-color: rgb(193,24,35); }

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

border-color css

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

 span { border-color: rgb(193,24,35); }

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