Html Css Color HEX #C31E2A Fire Engine Red

📋 copy color: '#C31E2A'

red 195 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #C31E2A

Tints of Fire Engine Red #C31E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 73.03%
G = 11.24%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C31E2A (or 0xC31E2A) is known color: Fire Engine Red. HEX triplet: C3, 1E and 2A. RGB value is (195,30,42). Sum of RGB (Red+Green+Blue) = 195+30+42=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E2A is #3CE1D5. Grayscale: #505050. Windows color (decimal): -3989974 or 2760387. OLE color: 2760387.

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

Color convert

RGB 195 30 42 -
CMYK 0 0.85 0.78 0.24
HSL 355.64º 0.73% 0.44% -
HSV(B) 355.64º 0.85% 0.76% -
XYZ 23.39 12.7 3.41 -
YUV 80.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 195 30 42 0 0.85 0.78 0.24 355.64 0.73 0.44
Hex C3 1E 2A 0 55 4E 18 164 49 2C
Octal 303 36 52 0 125 116 30 544 111 54
Binary 11000011 11110 101010 0 1010101 1001110 11000 101100100 1001001 101100

Color Harmonies of #C31E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E2A

Black with #C31E2A

Text Example


Text Example

White with #C31E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E2A; }

 p { color: rgb(195,30,42); }

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

background-color css

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

 a { background-color: rgb(195,30,42); }

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

border-color css

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

 span { border-color: rgb(195,30,42); }

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