Html Css Color HEX #C31623 Fire Engine Red

📋 copy color: '#C31623'

red 195 ◦ green 22 ◦ blue 35

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

Shades of Fire Engine Red #C31623

Tints of Fire Engine Red #C31623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

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

R = 77.38%
G = 8.73%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31623 (or 0xC31623) is known color: Fire Engine Red. HEX triplet: C3, 16 and 23. RGB value is (195,22,35). Sum of RGB (Red+Green+Blue) = 195+22+35=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31623 is #3CE9DC. Grayscale: #4B4B4B. Windows color (decimal): -3992029 or 2299587. OLE color: 2299587.

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

Color convert

RGB 195 22 35 -
CMYK 0 0.89 0.82 0.24
HSL 355.49º 0.8% 0.43% -
HSV(B) 355.49º 0.89% 0.76% -
XYZ 23.1 12.3 2.75 -
YUV 75.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 195 22 35 0 0.89 0.82 0.24 355.49 0.8 0.43
Hex C3 16 23 0 59 52 18 163 50 2B
Octal 303 26 43 0 131 122 30 543 120 53
Binary 11000011 10110 100011 0 1011001 1010010 11000 101100011 1010000 101011

Color Harmonies of #C31623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31623

Black with #C31623

Text Example


Text Example

White with #C31623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31623; }

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

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

background-color css

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

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

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

border-color css

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

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

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