Html Css Color HEX #C31723 Fire Engine Red

📋 copy color: '#C31723'

red 195 ◦ green 23 ◦ blue 35

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

Shades of Fire Engine Red #C31723

Tints of Fire Engine Red #C31723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 77.08%
G = 9.09%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31723 (or 0xC31723) is known color: Fire Engine Red. HEX triplet: C3, 17 and 23. RGB value is (195,23,35). Sum of RGB (Red+Green+Blue) = 195+23+35=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31723 is #3CE8DC. Grayscale: #4B4B4B. Windows color (decimal): -3991773 or 2299843. OLE color: 2299843.

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

Color convert

RGB 195 23 35 -
CMYK 0 0.88 0.82 0.24
HSL 355.81º 0.79% 0.43% -
HSV(B) 355.81º 0.88% 0.76% -
XYZ 23.12 12.34 2.75 -
YUV 75.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 195 23 35 0 0.88 0.82 0.24 355.81 0.79 0.43
Hex C3 17 23 0 58 52 18 164 4F 2B
Octal 303 27 43 0 130 122 30 544 117 53
Binary 11000011 10111 100011 0 1011000 1010010 11000 101100100 1001111 101011

Color Harmonies of #C31723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31723

Black with #C31723

Text Example


Text Example

White with #C31723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31723; }

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

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

background-color css

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

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

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

border-color css

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

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

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