Html Css Color HEX #C31028 Fire Engine Red

📋 copy color: '#C31028'

red 195 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #C31028

Tints of Fire Engine Red #C31028

RGB

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

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

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

R = 77.69%
G = 6.37%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31028 (or 0xC31028) is known color: Fire Engine Red. HEX triplet: C3, 10 and 28. RGB value is (195,16,40). Sum of RGB (Red+Green+Blue) = 195+16+40=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31028 is #3CEFD7. Grayscale: #484848. Windows color (decimal): -3993560 or 2625731. OLE color: 2625731.

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

Color convert

RGB 195 16 40 -
CMYK 0 0.92 0.79 0.24
HSL 351.96º 0.85% 0.41% -
HSV(B) 351.96º 0.92% 0.76% -
XYZ 23.07 12.13 3.13 -
YUV 72.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 195 16 40 0 0.92 0.79 0.24 351.96 0.85 0.41
Hex C3 10 28 0 5C 4F 18 160 55 29
Octal 303 20 50 0 134 117 30 540 125 51
Binary 11000011 10000 101000 0 1011100 1001111 11000 101100000 1010101 101001

Color Harmonies of #C31028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31028

Black with #C31028

Text Example


Text Example

White with #C31028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31028; }

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

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

background-color css

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

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

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

border-color css

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

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

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