Html Css Color HEX #C31622 Fire Engine Red

📋 copy color: '#C31622'

red 195 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #C31622

Tints of Fire Engine Red #C31622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.55%

R = 77.69%
G = 8.76%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31622 (or 0xC31622) is known color: Fire Engine Red. HEX triplet: C3, 16 and 22. RGB value is (195,22,34). Sum of RGB (Red+Green+Blue) = 195+22+34=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31622 is #3CE9DD. Grayscale: #4B4B4B. Windows color (decimal): -3992030 or 2234051. OLE color: 2234051.

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

Color convert

RGB 195 22 34 -
CMYK 0 0.89 0.83 0.24
HSL 355.84º 0.8% 0.43% -
HSV(B) 355.84º 0.89% 0.76% -
XYZ 23.08 12.29 2.67 -
YUV 75.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 195 22 34 0 0.89 0.83 0.24 355.84 0.8 0.43
Hex C3 16 22 0 59 53 18 164 50 2B
Octal 303 26 42 0 131 123 30 544 120 53
Binary 11000011 10110 100010 0 1011001 1010011 11000 101100100 1010000 101011

Color Harmonies of #C31622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31622

Black with #C31622

Text Example


Text Example

White with #C31622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31622; }

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

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

background-color css

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

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

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

border-color css

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

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

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