Html Css Color HEX #C31A27 Fire Engine Red

📋 copy color: '#C31A27'

red 195 ◦ green 26 ◦ blue 39

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

Shades of Fire Engine Red #C31A27

Tints of Fire Engine Red #C31A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C31A27 (or 0xC31A27) is known color: Fire Engine Red. HEX triplet: C3, 1A and 27. RGB value is (195,26,39). Sum of RGB (Red+Green+Blue) = 195+26+39=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A27 is #3CE5D8. Grayscale: #4E4E4E. Windows color (decimal): -3991001 or 2562755. OLE color: 2562755.

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

Color convert

RGB 195 26 39 -
CMYK 0 0.87 0.80 0.24
HSL 355.38º 0.76% 0.43% -
HSV(B) 355.38º 0.87% 0.76% -
XYZ 23.24 12.49 3.1 -
YUV 78.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 195 26 39 0 0.87 0.80 0.24 355.38 0.76 0.43
Hex C3 1A 27 0 57 50 18 163 4C 2B
Octal 303 32 47 0 127 120 30 543 114 53
Binary 11000011 11010 100111 0 1010111 1010000 11000 101100011 1001100 101011

Color Harmonies of #C31A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A27

Black with #C31A27

Text Example


Text Example

White with #C31A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A27; }

 p { color: rgb(195,26,39); }

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

background-color css

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

 a { background-color: rgb(195,26,39); }

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

border-color css

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

 span { border-color: rgb(195,26,39); }

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