#C21F23

Color #C21F23 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C21F23

Tints of Fire Engine Red #C21F23

Color information

#C21F23 (or 0xC21F23) is unknown color: approx Fire Engine Red. HEX triplet: C2, 1F and 23. RGB value is (194,31,35). Sum of RGB (Red+Green+Blue) = 194+31+35=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F23 is #3DE0DC. Grayscale: #505050. Windows color (decimal): -4055261 or 2301890. OLE color: 2301890.

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

Color convert

RGB1943135-
CMYK00.840.820.24
HSL358.53º72.44%44.12%-
HSV(B)358.53º84.02%76.08%-
XYZ23.0412.572.8-
YUV80.19102.5209.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.62%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 35 (14.06% from 255) = 13.46%
R=74.62%
G=11.92%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194313500.840.820.24358.5372.4444.12
HexC21F230545218167482c
Octal302374301241223054711054
Binary1100001011111100011010101001010010110001011001111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F23; }

 p { color: rgb(194,31,35); }

 H1.HeaderClassName
 {
   color: #C21F23;
 }
 .AnyTagClassName
 {
   color: #C21F23;
 }
</style>
background-color css

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

 a { background-color: rgb(194,31,35); }

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

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

 span { border-color: rgb(194,31,35); }

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