Html Css Color HEX #C0152A Fire Engine Red

📋 copy color: '#C0152A'

red 192 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #C0152A

Tints of Fire Engine Red #C0152A

RGB

 RED value IS 192 (75.39% from 255) = 75.29%

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 75.29%
G = 8.24%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0152A (or 0xC0152A) is known color: Fire Engine Red. HEX triplet: C0, 15 and 2A. RGB value is (192,21,42). Sum of RGB (Red+Green+Blue) = 192+21+42=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0152A is #3FEAD5. Grayscale: #4A4A4A. Windows color (decimal): -4188886 or 2758080. OLE color: 2758080.

HSL color Cylindrical-coordinate representation of color #C0152A: hue angle of 352.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0152A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 42 -
CMYK 0 0.89 0.78 0.25
HSL 352.63º 0.8% 0.42% -
HSV(B) 352.63º 0.89% 0.75% -
XYZ 22.42 11.91 3.31 -
YUV 74.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 192 21 42 0 0.89 0.78 0.25 352.63 0.8 0.42
Hex C0 15 2A 0 59 4E 19 161 50 2A
Octal 300 25 52 0 131 116 31 541 120 52
Binary 11000000 10101 101010 0 1011001 1001110 11001 101100001 1010000 101010

Color Harmonies of #C0152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0152A

Black with #C0152A

Text Example


Text Example

White with #C0152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0152A; }

 p { color: rgb(192,21,42); }

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

background-color css

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

 a { background-color: rgb(192,21,42); }

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

border-color css

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

 span { border-color: rgb(192,21,42); }

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