Html Css Color HEX #C31725 Fire Engine Red

📋 copy color: '#C31725'

red 195 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #C31725

Tints of Fire Engine Red #C31725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 37 (14.84% from 255) = 14.51%

R = 76.47%
G = 9.02%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C31725 (or 0xC31725) is known color: Fire Engine Red. HEX triplet: C3, 17 and 25. RGB value is (195,23,37). Sum of RGB (Red+Green+Blue) = 195+23+37=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31725 is #3CE8DA. Grayscale: #4C4C4C. Windows color (decimal): -3991771 or 2430915. OLE color: 2430915.

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

Color convert

RGB 195 23 37 -
CMYK 0 0.88 0.81 0.24
HSL 355.12º 0.79% 0.43% -
HSV(B) 355.12º 0.88% 0.76% -
XYZ 23.15 12.35 2.91 -
YUV 76.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 195 23 37 0 0.88 0.81 0.24 355.12 0.79 0.43
Hex C3 17 25 0 58 51 18 163 4F 2B
Octal 303 27 45 0 130 121 30 543 117 53
Binary 11000011 10111 100101 0 1011000 1010001 11000 101100011 1001111 101011

Color Harmonies of #C31725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31725

Black with #C31725

Text Example


Text Example

White with #C31725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31725; }

 p { color: rgb(195,23,37); }

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

background-color css

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

 a { background-color: rgb(195,23,37); }

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

border-color css

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

 span { border-color: rgb(195,23,37); }

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