Html Css Color HEX #C31B23 Fire Engine Red

📋 copy color: '#C31B23'

red 195 ◦ green 27 ◦ blue 35

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

Shades of Fire Engine Red #C31B23

Tints of Fire Engine Red #C31B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

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

R = 75.88%
G = 10.51%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31B23 (or 0xC31B23) is known color: Fire Engine Red. HEX triplet: C3, 1B and 23. RGB value is (195,27,35). Sum of RGB (Red+Green+Blue) = 195+27+35=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31B23 is #3CE4DC. Grayscale: #4E4E4E. Windows color (decimal): -3990749 or 2300867. OLE color: 2300867.

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

Color convert

RGB 195 27 35 -
CMYK 0 0.86 0.82 0.24
HSL 357.14º 0.76% 0.44% -
HSV(B) 357.14º 0.86% 0.76% -
XYZ 23.2 12.51 2.78 -
YUV 78.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 195 27 35 0 0.86 0.82 0.24 357.14 0.76 0.44
Hex C3 1B 23 0 56 52 18 165 4C 2C
Octal 303 33 43 0 126 122 30 545 114 54
Binary 11000011 11011 100011 0 1010110 1010010 11000 101100101 1001100 101100

Color Harmonies of #C31B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B23

Black with #C31B23

Text Example


Text Example

White with #C31B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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