Html Css Color HEX #C31228 Fire Engine Red

📋 copy color: '#C31228'

red 195 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #C31228

Tints of Fire Engine Red #C31228

RGB

 RED value IS 195 (76.56% from 255) = 77.08%

 GREEN value IS 18 (7.42% from 255) = 7.11%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 77.08%
G = 7.11%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31228 (or 0xC31228) is known color: Fire Engine Red. HEX triplet: C3, 12 and 28. RGB value is (195,18,40). Sum of RGB (Red+Green+Blue) = 195+18+40=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31228 is #3CEDD7. Grayscale: #494949. Windows color (decimal): -3993048 or 2626243. OLE color: 2626243.

HSL color Cylindrical-coordinate representation of color #C31228: hue angle of 352.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31228 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 40 -
CMYK 0 0.91 0.79 0.24
HSL 352.54º 0.83% 0.42% -
HSV(B) 352.54º 0.91% 0.76% -
XYZ 23.1 12.19 3.14 -
YUV 73.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 195 18 40 0 0.91 0.79 0.24 352.54 0.83 0.42
Hex C3 12 28 0 5B 4F 18 161 53 2A
Octal 303 22 50 0 133 117 30 541 123 52
Binary 11000011 10010 101000 0 1011011 1001111 11000 101100001 1010011 101010

Color Harmonies of #C31228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31228

Black with #C31228

Text Example


Text Example

White with #C31228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31228; }

 p { color: rgb(195,18,40); }

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

background-color css

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

 a { background-color: rgb(195,18,40); }

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

border-color css

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

 span { border-color: rgb(195,18,40); }

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