Html Css Color HEX #C0102B Fire Engine Red

📋 copy color: '#C0102B'

red 192 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #C0102B

Tints of Fire Engine Red #C0102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 76.49%
G = 6.37%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0102B (or 0xC0102B) is known color: Fire Engine Red. HEX triplet: C0, 10 and 2B. RGB value is (192,16,43). Sum of RGB (Red+Green+Blue) = 192+16+43=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C0102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0102B is #3FEFD4. Grayscale: #474747. Windows color (decimal): -4190165 or 2822336. OLE color: 2822336.

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

Color convert

RGB 192 16 43 -
CMYK 0 0.92 0.78 0.25
HSL 350.8º 0.85% 0.41% -
HSV(B) 350.8º 0.92% 0.75% -
XYZ 22.36 11.75 3.38 -
YUV 71.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 192 16 43 0 0.92 0.78 0.25 350.8 0.85 0.41
Hex C0 10 2B 0 5C 4E 19 15F 55 29
Octal 300 20 53 0 134 116 31 537 125 51
Binary 11000000 10000 101011 0 1011100 1001110 11001 101011111 1010101 101001

Color Harmonies of #C0102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0102B

Black with #C0102B

Text Example


Text Example

White with #C0102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0102B; }

 p { color: rgb(192,16,43); }

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

background-color css

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

 a { background-color: rgb(192,16,43); }

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

border-color css

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

 span { border-color: rgb(192,16,43); }

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