Html Css Color HEX #C31E26 Fire Engine Red

📋 copy color: '#C31E26'

red 195 ◦ green 30 ◦ blue 38

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

Shades of Fire Engine Red #C31E26

Tints of Fire Engine Red #C31E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 74.14%
G = 11.41%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C31E26 (or 0xC31E26) is known color: Fire Engine Red. HEX triplet: C3, 1E and 26. RGB value is (195,30,38). Sum of RGB (Red+Green+Blue) = 195+30+38=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E26 is #3CE1D9. Grayscale: #505050. Windows color (decimal): -3989978 or 2498243. OLE color: 2498243.

HSL color Cylindrical-coordinate representation of color #C31E26: hue angle of 357.09º 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 #C31E26 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 38 -
CMYK 0 0.85 0.81 0.24
HSL 357.09º 0.73% 0.44% -
HSV(B) 357.09º 0.85% 0.76% -
XYZ 23.32 12.67 3.05 -
YUV 80.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 195 30 38 0 0.85 0.81 0.24 357.09 0.73 0.44
Hex C3 1E 26 0 55 51 18 165 49 2C
Octal 303 36 46 0 125 121 30 545 111 54
Binary 11000011 11110 100110 0 1010101 1010001 11000 101100101 1001001 101100

Color Harmonies of #C31E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E26

Black with #C31E26

Text Example


Text Example

White with #C31E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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