Html Css Color HEX #C31721 Fire Engine Red

📋 copy color: '#C31721'

red 195 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #C31721

Tints of Fire Engine Red #C31721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 77.69%
G = 9.16%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31721 (or 0xC31721) is known color: Fire Engine Red. HEX triplet: C3, 17 and 21. RGB value is (195,23,33). Sum of RGB (Red+Green+Blue) = 195+23+33=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31721 is #3CE8DE. Grayscale: #4B4B4B. Windows color (decimal): -3991775 or 2168771. OLE color: 2168771.

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

Color convert

RGB 195 23 33 -
CMYK 0 0.88 0.83 0.24
HSL 356.51º 0.79% 0.43% -
HSV(B) 356.51º 0.88% 0.76% -
XYZ 23.09 12.32 2.6 -
YUV 75.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 195 23 33 0 0.88 0.83 0.24 356.51 0.79 0.43
Hex C3 17 21 0 58 53 18 165 4F 2B
Octal 303 27 41 0 130 123 30 545 117 53
Binary 11000011 10111 100001 0 1011000 1010011 11000 101100101 1001111 101011

Color Harmonies of #C31721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31721

Black with #C31721

Text Example


Text Example

White with #C31721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31721; }

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

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

background-color css

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

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

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

border-color css

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

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

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