Html Css Color HEX #C31728 Fire Engine Red

📋 copy color: '#C31728'

red 195 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #C31728

Tints of Fire Engine Red #C31728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 75.58%
G = 8.91%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31728 (or 0xC31728) is known color: Fire Engine Red. HEX triplet: C3, 17 and 28. RGB value is (195,23,40). Sum of RGB (Red+Green+Blue) = 195+23+40=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C31728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31728 is #3CE8D7. Grayscale: #4C4C4C. Windows color (decimal): -3991768 or 2627523. OLE color: 2627523.

HSL color Cylindrical-coordinate representation of color #C31728: hue angle of 354.07º degrees, saturation: 0.79, 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 #C31728 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 40 -
CMYK 0 0.88 0.79 0.24
HSL 354.07º 0.79% 0.43% -
HSV(B) 354.07º 0.88% 0.76% -
XYZ 23.2 12.37 3.17 -
YUV 76.37 107.48 212.62 -
System Red Green Blue C M Y K H S L
Decimal 195 23 40 0 0.88 0.79 0.24 354.07 0.79 0.43
Hex C3 17 28 0 58 4F 18 162 4F 2B
Octal 303 27 50 0 130 117 30 542 117 53
Binary 11000011 10111 101000 0 1011000 1001111 11000 101100010 1001111 101011

Color Harmonies of #C31728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31728

Black with #C31728

Text Example


Text Example

White with #C31728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31728; }

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

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

background-color css

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

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

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

border-color css

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

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

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