Html Css Color HEX #C21D23 Fire Engine Red

📋 copy color: '#C21D23'

red 194 ◦ green 29 ◦ blue 35

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

Shades of Fire Engine Red #C21D23

Tints of Fire Engine Red #C21D23

RGB

 RED value IS 194 (76.17% from 255) = 75.19%

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 75.19%
G = 11.24%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C21D23 (or 0xC21D23) is known color: Fire Engine Red. HEX triplet: C2, 1D and 23. RGB value is (194,29,35). Sum of RGB (Red+Green+Blue) = 194+29+35=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D23 is #3DE2DC. Grayscale: #4F4F4F. Windows color (decimal): -4055773 or 2301378. OLE color: 2301378.

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

Color convert

RGB 194 29 35 -
CMYK 0 0.85 0.82 0.24
HSL 357.82º 0.74% 0.44% -
HSV(B) 357.82º 0.85% 0.76% -
XYZ 22.99 12.47 2.79 -
YUV 79.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 194 29 35 0 0.85 0.82 0.24 357.82 0.74 0.44
Hex C2 1D 23 0 55 52 18 166 4A 2C
Octal 302 35 43 0 125 122 30 546 112 54
Binary 11000010 11101 100011 0 1010101 1010010 11000 101100110 1001010 101100

Color Harmonies of #C21D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D23

Black with #C21D23

Text Example


Text Example

White with #C21D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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