Html Css Color HEX #C31F2A Fire Engine Red

📋 copy color: '#C31F2A'

red 195 ◦ green 31 ◦ blue 42

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

Shades of Fire Engine Red #C31F2A

Tints of Fire Engine Red #C31F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

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

R = 72.76%
G = 11.57%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C31F2A (or 0xC31F2A) is known color: Fire Engine Red. HEX triplet: C3, 1F and 2A. RGB value is (195,31,42). Sum of RGB (Red+Green+Blue) = 195+31+42=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F2A is #3CE0D5. Grayscale: #515151. Windows color (decimal): -3989718 or 2760643. OLE color: 2760643.

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

Color convert

RGB 195 31 42 -
CMYK 0 0.84 0.78 0.24
HSL 355.98º 0.73% 0.44% -
HSV(B) 355.98º 0.84% 0.76% -
XYZ 23.41 12.75 3.42 -
YUV 81.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 195 31 42 0 0.84 0.78 0.24 355.98 0.73 0.44
Hex C3 1F 2A 0 54 4E 18 164 49 2C
Octal 303 37 52 0 124 116 30 544 111 54
Binary 11000011 11111 101010 0 1010100 1001110 11000 101100100 1001001 101100

Color Harmonies of #C31F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F2A

Black with #C31F2A

Text Example


Text Example

White with #C31F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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